New Post: Setting Copy Local to True on Libraries
Come on, guys. No one has an answer for this? Has anyone ever seen this problem?
View ArticleNew Post: VS2013 New View
Hi, I assume you talk about the WPF templates? If so, that is correct. The item templates in MVVM Light are not very complex. Their purpose is mostly educational. Cheers Laurent
View ArticleNew Post: VS2013 New View
Hi Laurent Yes I was. In my C# application if I add a new MvvmView (WPF) I was expecting to get a new UserControl with a bit of added Xaml (DataContext) and maybe a bit of code in the Class. I didn't...
View ArticleNew Post: SimpleIoC instance delete
Hi after some tests I noticed that Unregister doesn't work properly. If I do something like this: // Creates a registration for my view model type resolving the class's dependencies...
View ArticleCreated Unassigned: MVVM (MvvmLight.VS2013.vsix) installer fails to install...
On Windows 8.1 Enterprise with Visual Studio 2013 Ultimate, running the provided installer MvvmLight.VS2013.vsix fails.Log file:1/26/2014 2:25:36 PM - Microsoft VSIX Installer1/26/2014 2:25:36 PM -...
View ArticleCommented Unassigned: MVVM (MvvmLight.VS2013.vsix) installer fails to install...
On Windows 8.1 Enterprise with Visual Studio 2013 Ultimate, running the provided installer MvvmLight.VS2013.vsix fails.Log file:1/26/2014 2:25:36 PM - Microsoft VSIX Installer1/26/2014 2:25:36 PM -...
View ArticleCommented Unassigned: MVVM (MvvmLight.VS2013.vsix) installer fails to install...
On Windows 8.1 Enterprise with Visual Studio 2013 Ultimate, running the provided installer MvvmLight.VS2013.vsix fails.Log file:1/26/2014 2:25:36 PM - Microsoft VSIX Installer1/26/2014 2:25:36 PM -...
View ArticleCommented Unassigned: MVVM (MvvmLight.VS2013.vsix) installer fails to install...
On Windows 8.1 Enterprise with Visual Studio 2013 Ultimate, running the provided installer MvvmLight.VS2013.vsix fails.Log file:1/26/2014 2:25:36 PM - Microsoft VSIX Installer1/26/2014 2:25:36 PM -...
View ArticleNew Post: SimpleIoC instance delete
Hmmm, It does appear to work like that, Unity would just create a new class instance.// Cleanup ((IDisposable)ServiceLocator.Current.GetInstance<ICustomerDataService>()).Dispose();...
View ArticleCommented Unassigned: MVVM (MvvmLight.VS2013.vsix) installer fails to install...
On Windows 8.1 Enterprise with Visual Studio 2013 Ultimate, running the provided installer MvvmLight.VS2013.vsix fails.Log file:1/26/2014 2:25:36 PM - Microsoft VSIX Installer1/26/2014 2:25:36 PM -...
View ArticleNew Post: updating properties of one viewmodel from another viewmodel
Hi, I have two forms,in which one form has a listview showing all the alerts(details).If right click the menuitem (UpdateAlert)on the lisviewitem,A new form will be displayed with two two textboxes and...
View ArticleNew Comment on "Documentation"
I do highly recommend watching the videos and reading the articles. I have also put together my own distillation of MVVM with some simple examples with MvvmLight Toolkit at...
View ArticleNew Post: CMNATTR constant
I would like to use this Method with CallerMemberName, when will it be released? Thx for this create project! protected virtual void RaisePropertyChanged<T>( #if CMNATTR [CallerMemberName] string...
View ArticleNew Post: Target WP7.1 from VS2012 using v4.x of MVVM Light
Hi Laurent The new link is broken - can you post a new one? Thanks EDIT: Nevermind - found the right link on the official download page
View ArticleCreated Unassigned: Package Installation Error [7625]
HiI get an error when I try to make a new WP8 application in VS 2012.I tried reinstalling the package Setup for Visual Studio 2012 (Pro, Premium, Ultimate)MVVM Light V4.2.30.0
View ArticleNew Post: Nuget wont install MVVMLight Portable Libs
Hi, I'm trying to install MVVMLight Portable into one of my PCL using Visual Studio 2013. However, whenever I try install it via the package manager console (IE. install-package portable.mvvmlightlibs)...
View ArticleCommented Issue: Design Data Issue in MVVM Light V4b1 for Windows 8 Consumer...
I develop a win 8 app. This is I noticed that the design data be not displayed. I've attached a demo project to demonstrate the behavior. I could reproduce the behavior several times.Issue 1:1. Open...
View ArticleCommented Issue: Design Data Issue in MVVM Light V4b1 for Windows 8 Consumer...
I develop a win 8 app. This is I noticed that the design data be not displayed. I've attached a demo project to demonstrate the behavior. I could reproduce the behavior several times.Issue 1:1. Open...
View ArticleNew Post: MVVM Light Sample Application
Hi, I just created a sample application that makes use of MVVM Lights:ViewModelBaseEventToCommand and RelayCommand...
View Article