New Post: Can More Effort Be Put into Proper Tutorials?
Hi, The question of the tutorials is a difficult one because for each person who asks for tutorials, I have at least another who tells me tutorials are not needed and I should rather concentrate on...
View ArticleNew Post: Can More Effort Be Put into Proper Tutorials?
lbugnion wrote: Hi, The question of the tutorials is a difficult one because for each person who asks for tutorials, I have at least another who tells me tutorials are not needed and I should rather...
View ArticleNew Post: Can More Effort Be Put into Proper Tutorials?
Hi, Did you watch my introductory videos? [http://www.galasoft.ch/mvvmvideo1] [http://www.galasoft.ch/mvvmvideo2] [http://www.galasoft.ch/mvvmvideo3] That should at least get you started. Cheers Laurent
View ArticleNew Post: Two Views: cannot be found in the name scope
Hi there, I'm using the mvvmlight toolkit in my application, and the the ViewModelLocator for changing views. The navigation is done in this way: In the MainViewModel i have a property called...
View ArticleNew Post: RaisePropertyChanged causing execution to halt
I have been putting together a Win8 app for a little while now. Recently, for some reason on a couple pages I haven't modified in weeks the RaisePropertyChanged method causes execution to halt with no...
View ArticleNew Post: Can More Effort Be Put into Proper Tutorials?
lbugnion wrote: Hi, Did you watch my introductory videos? [http://www.galasoft.ch/mvvmvideo1] [http://www.galasoft.ch/mvvmvideo2] [http://www.galasoft.ch/mvvmvideo3] That should at least get you...
View ArticleCreated Issue: Windows Phone 8 Unregister error [7599]
Hi,I have been using the following code in a windows phone 7 application for some time ( using the binaries from WP71).SimpleIOC.Default.GetInstance<viewModel>()...
View ArticleCreated Issue: Messenger Bug when Assinging a Lambda Expression with a...
HiI've a simple message which I sent with the Messenger .Now Depending on the registration for this message I got a exception (s. below)The following code works```...
View ArticleEdited Issue: Messenger Bug when Assinging a Lambda Expression with a...
HiI've a simple message which I sent with the Messenger .Now Depending on the registration for this message I got a exception (s. below)The following code works```...
View ArticleNew Post: Sharing a Portable Class Library for Win8 and WP8 Projects.
We are creating a solution that contains both Win8 and WP8 projects, which share a common Portable Class Library that wraps the data service that feeds the applications. When I tried to use NuGet to...
View ArticleNew Post: Sharing a Portable Class Library for Win8 and WP8 Projects.
Turns out I was installing the wrong NuGet package. The correct command for the portable version of the MVVM Light libs is install-package portable.mvvmlightlibs -prerelease
View ArticleNew Post: Conflict with Microsoft.Practices.ServiceLocation ?
Hi, Please try again. I just pushed a new build (4.1.27.0) to Nuget that is depending on the official CommonServiceLocator package where available. This should fix your issue. If you have more...
View ArticleNew Post: Make use of CommonServiceLocator nuget package
Hi, I just pushed a new build (4.1.27.0) to Nuget that is depending on the official CommonServiceLocator package where available. Cheers Laurent
View ArticleSource code checked in, #1e94d7a25d11
Using Nuget package for CommonServiceLocator dependency (where available). Updated copyright and version.
View ArticleNew Post: Make use of CommonServiceLocator nuget package
This is a good news ! Thank you Laurent.
View ArticleNew Post: Make use of CommonServiceLocator nuget package
Thank you very much Laurent. I am looking forward to trying this out in our project. Hopefully today. Thanks again for all your efforts and hard work! Martyn.
View ArticleNew Post: Can More Effort Be Put into Proper Tutorials?
Laurent wrote a small app for a MSDN article that I found to be useful when getting started with MVVM Light. It may help with some of your needs for working code examples.MSDN download
View ArticleNew Post: Conflict with Microsoft.Practices.ServiceLocation ?
Mr Bugnion you are a legend, this has fixed all my woes. Kudos on the speedy turnaround....cheers!
View Article