New Post: Windows phone 8 support
Timor,If you are using the regular MVVM Light package, you need to use the WP8 DLLs to enable EventToCommand. Unfortunately these are not in Nuget yet. Please download the WP8 DLLs from...
View ArticleNew Post: Windows phone 8 support
Thanks Laurent,hope you can publish a NuGet package soon.Best regards and thanks for the good work :)
View ArticleNew Post: Windows phone 8 support
Hi Tim,Could you please try the portable package and let me know if it works for you? There's additional fixes there beyond what's in the main release too. That portable package supports all platforms...
View ArticleCommented Issue: Deadlock with Register and Send [7581]
With multi-thread application, is possible to end in a deadlock situation. Check my test application attached. When the button is clicked, check the output console, only a few lines is written, but...
View ArticleNew Post: Code snippets not working after latest VS 2012 update
Laurent, Alexander, a Support Engineer from JetBrains, got back to me asking for clarification on where mentioned snippets are disabled. If you want me to CC you in on my reply can you ping me your...
View ArticleNew Post: Portable Class Library + MVVM Light C# Store Application
Hi,Couple of things to check up front -- are you using NuGet >= 2.1? 2.2 was just released yesterday.Are you using the Portable.MVVMLightLibs package from NuGet?Do you have a reference to the...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
For WP7.1, please try the DLLs here:http://sdrv.ms/UUyOfUI temporarily removed the INotifyPropertyChanging interface implementation from Windows Phone 7.1. All the other frameworks are unchanged. In...
View ArticleNew Post: VS 2010 version
Is the August RTM on the downloads page the final version 4 for VS 2010?
View ArticleNew Post: VS 2010 version
For right now yes but I am working on releasing a unified version valid for VS10 and VS12 both.Cheers Laurent
View ArticleNew Post: VS 2010 version
Nice :) Just curious, what framework are you planning to work with? (Silverlight, WPF, Windows Phone?) and which version of these frameworks?Any reason not to move to VS12?I definitely plan to support...
View ArticleNew Post: VS 2010 version
Working with WPF. I've done the classic C -> C++ -> VB -> Winforms -> WPF journey for the last two decades, and having invested quite a bit of effort in learning WPF, I am not happy with...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Thanks, that really helps a lot :)Cheers, Serge
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Hi Laurent,I *think* this is working again!I had a bunch of issues with the MVVMLight PCL in addition to this project, but it seems to have fixed itself - one of those files that only gets deleted on...
View ArticleNew Post: VS 2010 version
Hi,Thanks for the details. Not sure why you have the impression that Microsoft is abandoning WPF, it is definitely not the case. WPF is and remains the best technology to build desktop applications....
View ArticleNew Post: Windows phone 8 support
The link have been updated.Followhttp://sdrv.ms/UUyOfUto have the new zip "MVVMLight_V4_1_26.zip"Hope this helpsBenoist LUGNIERWP8 developer
View ArticleNew Post: Expression Blend 4 Template for WPF 4.5 Project
Is it possible to open projects created with the "MvvmLight (WPF45)"-Template with Expression Blend 4?Great Toolkit!
View ArticleNew Post: Expression Blend 4 Template for WPF 4.5 Project
Hi,Unfortunately Blend 4 does not support .NET 4.5 (not just MVVM Light projects, but in general).You'll have to use Blend 5 instead.Cheers and thanks! Laurent
View ArticleNew Post: Multiple Windows
Hello,I have spent hours Googling, and I apologise if this is a regular, simple question...but how exactly do you go about adding a new window to an mvvmlight WPF project?I have created a simple...
View Article