New Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Please find a quick fix in the following blog post:http://blog.galasoft.ch/archive/2012/11/11/a-fix-for-the-design-time-error-in-mvvm-light.aspxA proper installer will follow ASAP, probably next...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Is it also fixed when working with WP7 projects in VS2012? Actually I had no issues when working with WP8 projects.
View ArticleCreated Issue: System.InvalidCastException on RaiseCanExecuteChanged [7596]
Hello,i have a list (in a combobox) with items. If I delete an item in the list I have to call RaiseCanExecuteChanged so that some CanExecute parts of a command are updated. But that leads me to an...
View ArticleCommented Issue: System.InvalidCastException on RaiseCanExecuteChanged [7596]
Hello,i have a list (in a combobox) with items. If I delete an item in the list I have to call RaiseCanExecuteChanged so that some CanExecute parts of a command are updated. But that leads me to an...
View ArticleCommented Issue: System.InvalidCastException on RaiseCanExecuteChanged [7596]
Hello,i have a list (in a combobox) with items. If I delete an item in the list I have to call RaiseCanExecuteChanged so that some CanExecute parts of a command are updated. But that leads me to an...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
This fix is for WP8 project only, as it seems, right ?I, too, have this error in VS2012 with a WP7.1 project previously created in VS2010, and when i try to apply the fix i have an error while...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Working on the same fix for WP7.1. Stay tuned, sorry for the delay.
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Hi,Please try these DLLs and give me feedback. Thanks!http://sdrv.ms/QbsiGpLaurent
View ArticleNew Post: Does the ViewModelLocator have a different load order then in-code...
In the first case, the ViewModel is created while InitializeComponent is called (or possibly even earlier, depending how you setup your ViewModelLocator). In the second case, obviously, the viewmodel...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
I've found something in your skydrive named MVVMLight_V4_1_25_WP71.zip.But it didn't work for me in my wp71 project.
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: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Hi,Can you give more details? What didn't work?Thanks Laurent
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
Hi Laurent, sadly your link http://sdrv.ms/QbsiGp looks exactly the same as sunday one. Same dlls targeting WP8 (instead of WP7.1, i guess). Not sure if it was expected or not. Anyway, I've got exact...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
That's exactly what i mean. Then I download the source code and remove all the NotifyPropertyChanging & RaisePropertyChanging in ViewModelBase and ObservableObject.Then compile it, and reference it...
View ArticleNew Post: Could not load type 'INotifyPropertyChanging' error in VS 2012...
OK I will check it out again. Who else hates strong named DLLs? I sure do... (talking about Sys.Windows.Interactivity here)
View ArticleCommented Issue: System.InvalidCastException on RaiseCanExecuteChanged [7596]
Hello,i have a list (in a combobox) with items. If I delete an item in the list I have to call RaiseCanExecuteChanged so that some CanExecute parts of a command are updated. But that leads me to an...
View ArticleCommented Issue: System.InvalidCastException on RaiseCanExecuteChanged [7596]
Hello,i have a list (in a combobox) with items. If I delete an item in the list I have to call RaiseCanExecuteChanged so that some CanExecute parts of a command are updated. But that leads me to an...
View ArticleNew Post: IsEnabled does not Work as expected
Hi @all,I am just starting with MVVM Light in Windows 8 and work my way through Command ect.I'd like to enable/disable Buttons as required without collapsing. I implemented the following in...
View ArticleNew Post: IsEnabled does not Work as expected
Hi,You don't provide much information. Anyway what is certain is that it is not an MVVM Light issue. Some buttons collapse when they are disabled (for example back button on a Win8 page) because the...
View ArticleNew Post: Win8, Window RT and WP8 Support
There's a PCL version that already supports all of the platforms, including WP8, here:https://nuget.org/packages/Portable.MvvmLightLibs
View Article