New Post: Code snippets not working after latest VS 2012 update
Thanks to cH40zLord, now I got the snippets! I Copied them to the directory where MySnippets are located and and added them with Snippet-Manager. time to start learning MvvmLight...
View ArticleNew Post: VS 2010 version
How is the dual Vs 2010 and Vs 2012 version going? For me I rather just go to Vs 2012 but Microsoft made sure to make it as hard as possible for me to achieve this. I just got a windows 7 phone and...
View ArticleNew Post: How to Handle NavigationEventArgs in MVVM Light
Hi I want to try to do the webBrowser1_Navigated in MVVM light instead of codebehind but what I am doing is not working. I made a new project with the MVVM light template and added this public...
View ArticleCommented Issue: VS 2012 XML Design time error [7594]
When using this with VS 2012 I get this design time error: "The type 'EventToCommand' from assembly 'GalaSoft.MvvmLight.Extras.SL5' is built with an older version of the Blend SDK, and is not supported...
View ArticleNew Post: MVVM Light in a Windows Store App + Portable Class Library...
Same issue here, the pcl version says it's 4.1.27.1 when you select in nugget, but the binaries are version 4.1.26 that are actually installed. Any help anyone?
View ArticleNew Post: MVVM Light Toolkit dose not install
hi i downloaded GalaSoft.MvvmLight.4.1.24.0.msi and run it. after show install wizard, progress bar appears and say done. All file copied in C:\Program Files (x86)\Laurent Bugnion (GalaSoft)\Mvvm Light...
View ArticleNew Post: MVVM Light Toolkit dose not install
Sorry for the wrong. i found a installed folder in All Programs in Start-menu. but MvvmLight folder dose not highlighted as new installed application, and readme shortcut target was "C:\Program Files...
View ArticleNew Post: MVVM Light in a Windows Store App + Portable Class Library...
Hi, Finally I can access the discussions again! In order to use MVVM Light PCL, you need to use them across the board, or else the references don't match. So if you add a PCL with MVVM Light, you must...
View ArticleNew Post: MVVM Light Toolkit dose not install
Hi, Sorry for the wrong shortcut to the readme. I will fix that. Cheers Laurent
View ArticleNew Post: MVVM Light in a Windows Store App + Portable Class Library...
Thanks for the reply ! I'm trying to move back the ViewModels into the PCL after removing the MVVM Light assemblies... do we need to move also the Vier Do we have to also move the ViewModelLocator into...
View ArticleNew Post: MVVM Light in a Windows Store App + Portable Class Library...
Hi, Typically I put some of the ViewModels in the PCL, some others in the app. I put the ViewModelLocator in the PCL. Cheers Laurent
View ArticleCommented Issue: VS 2012 XML Design time error [7594]
When using this with VS 2012 I get this design time error: "The type 'EventToCommand' from assembly 'GalaSoft.MvvmLight.Extras.SL5' is built with an older version of the Blend SDK, and is not supported...
View ArticleCommented Issue: VS 2012 XML Design time error [7594]
When using this with VS 2012 I get this design time error: "The type 'EventToCommand' from assembly 'GalaSoft.MvvmLight.Extras.SL5' is built with an older version of the Blend SDK, and is not supported...
View ArticleNew Post: MSI installer did not install templates or snippets
Hi, Did you read the readme that automatically opens in your favorite browser after the MSI completes, and run the corresponding VSIX files? Thanks Laurent
View ArticleNew Post: MVVM confusion
I've looked at many of the lbugnion's samples and videos and i am quite confused with the MVVM concept. Here are my following confusions 1.) If we are dealing about separation of concerns, shouldn't...
View ArticleNew Post: MVVM confusion
Hi, These are some good questions. To 1: In the beginning I was wrapping all my model objects in VMs. However in time, I noticed how much work that is. After talking to a few people in the industry, I...
View ArticleNew Post: MVVM confusion
First off let me thank you personally for responding to my post so fast. Also, thank you for the information as this was definitely the information i was looking for! Hope your week has been good and...
View ArticleCommented Issue: VS 2012 XML Design time error [7594]
When using this with VS 2012 I get this design time error: "The type 'EventToCommand' from assembly 'GalaSoft.MvvmLight.Extras.SL5' is built with an older version of the Blend SDK, and is not supported...
View ArticleNew Post: System.ComponentModel.INotifyPropertyChanging
It looks like there is an implementation of System.ComponentModel.INotifyPropertyChanging in the GalaSoft PCL libraries. The problem is, it is interfering with the WP8 (mscorlib) libraries when I...
View Article