New Post: Can i use other DI ioc instead of SimpleIoc?
Hello I just found that SimpleIoc's capability is limited. I'm tring to using other DI ioc instead of SimpleIoc (Service locator) Will this changement destroy my project's MVVMLight system? I Thanks
View ArticleNew Post: Can i use other DI ioc instead of SimpleIoc?
You can use other IOC systems with MVVM Light. Getting instances through the ServiceLocator works fine. Of course registering the instances will be different.
View ArticleNew Post: Can i use other DI ioc instead of SimpleIoc?
I have always used Unity with MVVM Light with no issues.
View ArticleNew Post: Can i use other DI ioc instead of SimpleIoc?
Thank you Laurent, thank you flyte I used Ninject, it didn't work. I tought i should modify some of its code or my code source
View ArticleNew Post: Windows phone 8 support
It seems Install-Package Portable.MvvmLightLibs does not work for a visual C++ project. It just works for C#. Is that right? IF so, when will it be available for C++? This is the error code: PM>...
View ArticleCreated Unassigned: Windows Phone 7 project no longer compiling after upgrade...
Just upgraded several nuget packages for Windows Phone 7 project including MVVM light libraries upgrade to 4.3.31.0. When recompiling the project I get the following errors, could this have something...
View ArticleCommented Unassigned: Windows Phone 7 project no longer compiling after...
Just upgraded several nuget packages for Windows Phone 7 project including MVVM light libraries upgrade to 4.3.31.0. When recompiling the project I get the following errors, could this have something...
View ArticleCommented Unassigned: Windows Phone 7 project no longer compiling after...
Just upgraded several nuget packages for Windows Phone 7 project including MVVM light libraries upgrade to 4.3.31.0. When recompiling the project I get the following errors, could this have something...
View ArticleCommented Unassigned: Windows Phone 7 project no longer compiling after...
Just upgraded several nuget packages for Windows Phone 7 project including MVVM light libraries upgrade to 4.3.31.0. When recompiling the project I get the following errors, could this have something...
View ArticleCommented Unassigned: Windows Phone 7 project no longer compiling after...
Just upgraded several nuget packages for Windows Phone 7 project including MVVM light libraries upgrade to 4.3.31.0. When recompiling the project I get the following errors, could this have something...
View ArticleNew Post: DialogMessage and Dialog Boxes
Hi Laurent, I'm a fan of yours , appreciated your works very much . I have looking around samples for how to send a simple notification message with callback , Couldn't get a detailed one. I'm trying...
View ArticleCreated Unassigned: Could not install package 'CommonServiceLocator 1.2'. You...
Attempting to resolve dependency 'MvvmLightLibs (≥ 4.2.30.0)'.Attempting to resolve dependency 'CommonServiceLocator (≥ 1.2)'.Successfully installed 'CommonServiceLocator 1.2'.Successfully installed...
View ArticleCommented Unassigned: Windows Phone 7 project no longer compiling after...
Just upgraded several nuget packages for Windows Phone 7 project including MVVM light libraries upgrade to 4.3.31.0. When recompiling the project I get the following errors, could this have something...
View ArticleCommented Unassigned: Could not install package 'CommonServiceLocator 1.2'....
Attempting to resolve dependency 'MvvmLightLibs (≥ 4.2.30.0)'.Attempting to resolve dependency 'CommonServiceLocator (≥ 1.2)'.Successfully installed 'CommonServiceLocator 1.2'.Successfully installed...
View ArticleNew Post: FUCKING EVENTTOCOMMAND DOESN T WOR
this discussion is fucking codeplex gold. i laughed so hard just seeing this at google results page.
View ArticleCreated Unassigned: MVVM Light & MEF [7635]
Currently I'm developing large Enterprise application that I use silverlight5 as client. I'm using MVVM Light which awesome. but the situation I face now is due to xap file grow up to 20 mb i have to...
View ArticleCommented Unassigned: MVVM Light & MEF [7635]
Currently I'm developing large Enterprise application that I use silverlight5 as client. I'm using MVVM Light which awesome. but the situation I face now is due to xap file grow up to 20 mb i have to...
View ArticleClosed Unassigned: MVVM Light & MEF [7635]
Currently I'm developing large Enterprise application that I use silverlight5 as client. I'm using MVVM Light which awesome. but the situation I face now is due to xap file grow up to 20 mb i have to...
View ArticleNew Post: MVVM Light and LINQ to SQL database connection
I have a LINQ to SQL relational database on Windows Phone 8, and I'm implementing MVVM using MVVM Light. Can someone please explain the best way to get my db data context to my view models and/or data...
View Article