Source code checked in, #cef58ea18d4d
Various changes to templates - Fixing .NET 4.5 references - Restoring default logos and splash screen for Windows 8 (to allow detection by WACK tool) - Simplified folder structure - Reduced path length...
View ArticleSource code checked in, #233ed0da39a4
Updated Nuget with - V4.1.26 of code - .NET 4.5 - Windows Phone 8 - New name for Windows 8 folder - New name for WP7.1 folder
View ArticleSource code checked in, #0f4486b50609
Added tag V4.1.26 including Nuget for changeset 233ed0da39a4
View ArticleNew Post: Code snippets not working after latest VS 2012 update
Hi Laurent, I encountered the same issue. I used VS 2010 Professional and MVVM Light 4.0, it worked great. Right now I am using VS 2012 Ultimate and MVVM Light 4.1 for VS 2012, the code snippet does...
View ArticleNew Post: No templates and no snippets
Hello,I'm using VS2012 Professional on Windows 7.I've installed GalaSoft.MvvmLight.4.1.24.0.msi and GalaSoft.MvvmLight.4.0.23.4.msi but none of them does install the MVVM Light template. When I go to...
View ArticleNew Post: No templates and no snippets
Have you restarted Visual Studio? Also, the templates are for C# only.Chuck
View ArticleNew Post: Target WP7.1 from VS2012 using v4.x of MVVM Light
Thanks Laurent for all your hard work on MVVM.I was wondering if a similar fixed VSIX exists for VS 2012 Express for WinPhone? Thanks,Harel
View ArticleNew Post: No templates and no snippets
I have the same issue -- Visual Studio 2010 Ultimate running on Windows 8 Pro x64. I quit VS2012, ran the installer, then started VS2012 and no templates were installed for C#.
View ArticleNew Post: No templates and no snippets
DUH! Brain-drain alert!Go to the MVVM Light in the Start Menu, open up the Vsix folder and install the appropriate file.Chuck
View ArticleEdited Issue: SimpleIoc misleading error when class has private constructor...
SimpleIoc does not check whether the selected constructor is private.This issue lies in GetConstructorInfo, these lines should be modified: var preferredConstructorInfo= (from t in constructorInfos#if...
View ArticleEdited Issue: SimpleIoc misleading error when class has private constructor...
<br />SimpleIoc does not check whether the selected constructor is private.<br />This issue lies in GetConstructorInfo, these lines should be modified:<br /><br /> var...
View ArticleNew Post: MVVM Light Toolkit doesn't work on WP 7.1 project in VS 2012 Express
Just want to let developer know that the latest version (4.1.26) of MVVM Light Toolkit won't work on WP 7.1 project in VS 2012. Tried to install toolkit from NuGet, and did some control command...
View ArticleNew Post: FUCKING EVENTTOCOMMAND DOESN T WOR
I have been struggling with EventToCommand and MouseMove. I have tried binding to my ViewModel and to my View, but nothing fires. Please help..I am working with Silverlight 4, NOT WPF. I think I saw...
View ArticleNew Post: FUCKING EVENTTOCOMMAND DOESN T WOR
For what it is worth... This works fine: Public _initializeSystemCommand As ICommand = New SystemEx.Commands.DelegateCommand(AddressOf InitializeSystem, AddressOf CanExecute) PublicProperty...
View ArticleNew Post: FUCKING EVENTTOCOMMAND DOESN T WOR
Here is a cut and paste out of your on Drag&Drop with EventToComand.... However, I can confirm that the code does NOT execute or I would receive notification of the mouse move through Messaging...
View ArticleNew Post: Is it worth changing ViewModelBase.RaisePropertyChanged to use the...
Is it worth changing ViewModelBase.RaisePropertyChanged to use the CallerMemberName attribute?http://msdn.microsoft.com/en-us/library/system.runtime.compilerservices.callermembernameattribute.aspx
View ArticleNew Post: MVVM Light Toolkit doesn't work on WP 7.1 project in VS 2012 Express
Me too, I just updated from 4.0.23 to 4.1.26 and my WP71 app just blown up together with blend and visual studio design preview window. I have plenty of errors of any kind, selling them on 50% sale if...
View ArticleNew Post: MVVM Light Toolkit doesn't work on WP 7.1 project in VS 2012 Express
and with 4.0.23 I can't create a new SampleData from class because I get:Could not load the assembly [appanme] because the following errors occurred:Could not load type...
View ArticleNew Post: MVVM light Data Validation for WIndows Phone 8
Is there a Support for MVVM light Data Validation features for Wndows Phone like an API etc , would appreciate your help.
View Article