New Post: V4.1 for VS 2010
ok thank you. I will try to add the assemblies with NuGet in the next days! regards, Andy
View ArticleNew Post: SimpleIoC instance delete
I've come across the same problem. I've looked into the SimpleIoc.cs file in the source and the problem appears to be that when removing the instance, the factories are also removed. This results in...
View ArticleCreated Unassigned: Issue with SimpleIoc public void Unregister(TClass...
The descrpition states that the Unregister instance method simply removes the instance and allows SimpleIoc to create a new instance of the class when it is called again. When unregistering, and trying...
View ArticleNew Post: SimpleIoC instance delete
Hi, It sounds like a bug to me as well. I will think about it just to make sure that this is not breaking anything but I agree that the expected behavior should be to NOT remove the factory. Let me...
View ArticleNew Post: SimpleIoC instance delete
Hi Laurent, Just noticed that the same issue seems to appear in the "public void Unregister<TClass>(string key)" method as well. ( Been exploring the code a bit. Loving the toolkit though! :-) )...
View ArticleCommented Unassigned: Issue with SimpleIoc public void Unregister(TClass...
The descrpition states that the Unregister instance method simply removes the instance and allows SimpleIoc to create a new instance of the class when it is called again. When unregistering, and trying...
View ArticleSource code checked in, #973d83df81cd
Moved Silverlight 4 and .NET 35 to NewStructure. Upgraded to CommonServiceLocator 1.3. Updated copyright infos. Changed assembly names to remove indication of framework.
View ArticleNew Post: Mvvm light for .Net 4.0 and single EXE
Hello, When I try to make my WPF application a single executable with mvvm light v4.3.31.1 for .Net 4.0 using this method I end up with an exception "Entry point was not found" when the executable is...
View ArticleUpdated Wiki: Documentation
DocumentationA great place to start is at Pluralsight! Watch the course titled "MVVM Light Fundamentals" available at...
View ArticleUpdated Wiki: Documentation
DocumentationA great place to start is at Pluralsight! Watch the course titled "MVVM Light Fundamentals" available at...
View ArticleCreated Unassigned: CommonServiceLocator 1.2 delivered in...
HelloI just noticed that the CommonServiceLocator 1.2 (M.P.ServiceLocation dll) is delivered with the portable-net45+wp8+win8+wpa81 (from MVVMLight (PCL)v 4.3.31.2) and also included as dependency...
View ArticleCreated Release: V4.4.32 (May 11, 2014)
Available only on Nuget for the time being, an installer is in preparation.Usehttps://www.nuget.org/packages/MvvmLightLibs/(non-PCL)Or:https://www.nuget.org/packages/Portable.MvvmLightLibs/(PCL)
View ArticleUpdated Release: V4.4.32.1 (May 11, 2014)
Available only on Nuget for the time being, an installer is in preparation.Usehttps://www.nuget.org/packages/MvvmLightLibs/(non-PCL)Or:https://www.nuget.org/packages/Portable.MvvmLightLibs/(PCL)
View ArticleEdited Issue: CommonServiceLocator 1.2 delivered in...
HelloI just noticed that the CommonServiceLocator 1.2 (M.P.ServiceLocation dll) is delivered with the portable-net45+wp8+win8+wpa81 (from MVVMLight (PCL)v 4.3.31.2) and also included as dependency...
View ArticleEdited Issue: Could not install package 'CommonServiceLocator 1.2'. You are...
Attempting to resolve dependency 'MvvmLightLibs (≥ 4.2.30.0)'.Attempting to resolve dependency 'CommonServiceLocator (≥ 1.2)'.Successfully installed 'CommonServiceLocator 1.2'.Successfully installed...
View ArticleUpdated Release: MVVM Light V4.4.32.1 (May 11, 2014)
Available only on Nuget for the time being, an installer is in preparation.Usehttps://www.nuget.org/packages/MvvmLightLibs/(non-PCL)Or:https://www.nuget.org/packages/Portable.MvvmLightLibs/(PCL)
View ArticleReleased: MVVM Light V4.4.32.1 (May 11, 2014)
Available only on Nuget for the time being, an installer is in preparation. Use https://www.nuget.org/packages/MvvmLightLibs/ (non-PCL) Or: https://www.nuget.org/packages/Portable.MvvmLightLibs/ (PCL)
View ArticleCommented Unassigned: Windows Phone 7 project no longer compiling after...
Just upgraded several nuget packages for Windows Phone 7 project including MVVM light libraries upgrade to 4.3.31.0. When recompiling the project I get the following errors, could this have something...
View Article