Commented Issue: Implement [CallerMemberName] for RaisePropertyChanged [7603]
Hi it would be great to have a propertychanged call with the callermembername attribute for .net 4.5...
View ArticleCommented Issue: Implement [CallerMemberName] for RaisePropertyChanged [7603]
Hi it would be great to have a propertychanged call with the callermembername attribute for .net 4.5...
View ArticleEdited Unassigned: WeakAction issue for WinRT version [7614]
The implementation of `WeakAction` for WinRT doesn't work, since the target‘s hard reference is kept by the member `Action` object itself. as follow code:``` public WeakAction(object target, Action...
View ArticleEdited Issue: WeakAction issue for WinRT version [7614]
The implementation of `WeakAction` for WinRT doesn't work, since the target‘s hard reference is kept by the member `Action` object itself. as follow code:``` public WeakAction(object target, Action...
View ArticleClosed Unassigned: Type not found in cache error [7612]
I am running into the below error the first time my ViewModel is being instantiated by the SimpleIoC. I believe I have setup the container as it should be, but for some reason, I am still getting the...
View ArticleEdited Unassigned: Type not found in cache error [7612]
I am running into the below error the first time my ViewModel is being instantiated by the SimpleIoC. I believe I have setup the container as it should be, but for some reason, I am still getting the...
View ArticleCommented Issue: WeakAction issue for WinRT version [7614]
The implementation of `WeakAction` for WinRT doesn't work, since the target‘s hard reference is kept by the member `Action` object itself. as follow code:``` public WeakAction(object target, Action...
View ArticleNew Post: FUCKING EVENTTOCOMMAND DOESN T WOR
Hi, I recently updated to the latest SL5 version using nuget and exactly hit the same error Using VS 2012 GalaSoft.MvvmLight.Extras.SL5 (4.1.27.22814) GalaSoft.MvvmLight.SL5 (4.1.27.22814) Tried...
View ArticleNew Post: FUCKING EVENTTOCOMMAND DOESN T WOR
I am still not able to solve this issue. I tried out everything I can. I think a new thread should be started for this issue.
View ArticleNew Post: Can More Effort Be Put into Proper Tutorials?
Laurent, I will definitely be checking up with Pluralsight for your tutorials. The previous tutorials I have read are OK, but I need a little more help. I am one of these guys who are having a...
View ArticleNew Post: encountering error with V3 installer.
Hi, I am getting the same error with ModifyRegistry command. I'm on Windows 7 Professional, the error appairs for 4.0.23.4 msi package 4.1.24.0 msi package Any suggestion? Thanks in advance
View ArticleNew Post: Getting latest build of MVVM Light for VS2012
Hi, I'm putting some notes together for some devs on the team for getting a dev environment setup for out new WPF framework which heavily uses MVVM Light. Is there a way to install the binaries using...
View ArticleNew Post: Getting latest build of MVVM Light for VS2012
Hi, You need to select the MVVM Light Libs only package. cheers Laurent
View ArticleNew Post: Getting latest build of MVVM Light for VS2012
lbugnion wrote: Hi, You need to select the MVVM Light Libs only package. cheers Laurent Thanks Laurent, not sure how I missed that one. MVVM Light messenger is superb btw.
View ArticleNew Post: Constructor of the ModelViews being called twice
Hello everyone, I have spent many days stuck in a problem that I cannot solve. My application is as follows: The main window is divided into two "ContentControls" the left one is a menu with buttons...
View ArticleNew Post: Constructor of the ModelViews being called twice
I haven't used MVVM Light's IoC, we use Unity but the ViewModelLocator will return a new instance of the viewmodel unless you explicitly register it as a singleton in the IoC. Our app is pretty large...
View ArticleNew Post: Constructor of the ModelViews being called twice
Thanks very much!! Your code snippets have been very useful. Following your guides I have realized that I was creating instances explicitly besides the IOC container. Regards!
View ArticleNew Post: Constructor of the ModelViews being called twice
JosepB wrote: Thanks very much!! Your code snippets have been very useful. Following your guides I have realized that I was creating instances explicitly besides the IOC container. Regards! Your...
View ArticleCreated Unassigned: WPF4 versions compiled for .NET 4.5 in 4.1.27 [7615]
It appears that GalaSoft.MvvmLight.Extras.WPF4 have been compiled for .NET 4.5 by mistake. Surely they should be compiled for .NET 4.0?> The primary reference "GalaSoft.MvvmLight.Extras.WPF4,...
View ArticleCommented Unassigned: WPF4 versions compiled for .NET 4.5 in 4.1.27 [7615]
It appears that GalaSoft.MvvmLight.Extras.WPF4 have been compiled for .NET 4.5 by mistake. Surely they should be compiled for .NET 4.0?> The primary reference "GalaSoft.MvvmLight.Extras.WPF4,...
View Article