New Post: Problems using binaries in other PCs
Inside packages\MvvmLightLibs.4.1.27.0\lib\net40 folder I have 3 dlls:GalaSoft.MvvmLight.Extras.WPF4.dllGalaSoft.MvvmLight.WPF4.dll System.Windows.Interactivity.dll These 3 libraries are in my output...
View ArticleNew Post: Problems using binaries in other PCs
The reason for the error may be that there is an unhandled exception in MainViewModel load. I'm checking it.
View ArticleNew Post: SimpleIoC instance delete
Sorry for my first post. I've found your second overload of Unregister<T>(instance) wich provides the functionality I was looking for. Lorenzo
View ArticleNew Post: CMNATTR constant
I saw in the latest code that the CMNATTR constant is used to turn on the use of the CallerMemberName attribute. Unfortunately, it is only defined for the Debug configuration. Any chance it gets into...
View ArticleNew Post: CMNATTR constant
Oh what a weird and stupid bug. Of course I will fix that ASAP. Sorry for the trouble. Cheers Laurent
View ArticleNew Post: Are Code Snippet supposed to be available in VS 2013 Ultimate?
I added MVVM Light via Nuget to a new Metro app I'm building with VS 2013 Ultimate. I read here that the MVVM Light install adds snippets too? If so, I don't see them when I go to the Snippets Manager....
View ArticleNew Post: Are Code Snippet supposed to be available in VS 2013 Ultimate?
Hi, Please go to the downloads section of this Codeplex site and use the VSIX installer for VS13. Alternatively you can use the Visual Studio Gallery in VS13 directly (Tools, Extensions and Updates)....
View ArticleNew Post: Are Code Snippet supposed to be available in VS 2013 Ultimate?
Hello Laurent, I tried installing with: MvvmLight.VS2013.vsix but when it ran an error dialog popped up saying "This extension is not installable on any currently installed products". I shut down all...
View ArticleReviewed: MVVM Light V4.2.30.0 (Jan 14, 2014)
Rated 5 Stars (out of 5) - Amazing tool that eases much of the confusion in learning and implementing MVVM!
View ArticleNew Post: Warnings when compiling a new MVVM Light Win81 project
My apologies if I am doing something really wrong here. To make as clean as test as I possibly could I created a brand new MVVM Light Win81 solution and made not changes to it. When I compile it I get...
View ArticleNew Post: Are Code Snippet supposed to be available in VS 2013 Ultimate?
Hi, I have to admit I don't know why the VSIX installer doesn't work for you. It sounds as if you are doing it right. If you want, you can do the following: Create an empty Win8 app, and then add the...
View ArticleNew Post: Are Code Snippet supposed to be available in VS 2013 Ultimate?
Hello Laurent, Right, but for an existing project it's a bit more involved and frankly I don't see what MVVM Light could do about it. It's just a bit of work that requires a human. You also have to...
View ArticleNew Post: RelayCommand.cs not found
This is not being answered in StackOverflow. Can it be answered here, please?
View ArticleNew Post: RelayCommand.cs not found
Hi, You are getting an error which is independent of MVVM Light, but the error is thrown from within the RelayCommand, this is why it is looking for the source code file. In my experience, errors in...
View ArticleNew Post: Setting Copy Local to True on Libraries
I am having an issue with the MVVM Light libraries that I can't seem to solve. I am using VS2013 C#. I have placed the GalaSoft MVVM libraries (MVVMLight.WPF45 and MVVMLight.Extras.WPF45) in a folder...
View ArticleNew Post: VS2013 - Interactivity Verson 4.5
Hi, I am new to MVVM Light and I am havign trouble getting off the ground. I have a WPF .net 4.5 project using VS2013 Professional. I used nuget to add MVVM Light to my project. The first issue I had...
View ArticleNew Post: VS2013 - Interactivity Verson 4.5
Hi, I have setup a test project to remove any noise from my project and it seems as though the issue may lie with PRISM or Unity extensions. Before adding the nuget references to Unity the app run...
View ArticleNew Post: VS2013 - Interactivity Verson 4.5
I have done a little more work on this and my project blows up when I add a reference to PRISM. The error is still the same i.e. System.Windows.Interactivity etc but I know see; The type...
View ArticleNew Post: VS2013 New View
Am I missing something here, when I add a new MvvmView it always adds a Window instead of a UserControl. I've normally worked in VB so have had to add my own Views, but thought I'd create some...
View ArticleNew Post: VS2013 - Interactivity Verson 4.5
The issue was that I needed to add references to the MVVM Light libs in my Shell app. I added references to then Module I was working on which was fine until I tried to run the app.
View Article