New Post: Is the strong naming key for Microsoft.Practices.ServiceLocation...
I have a .NET 4 application that uses Prism 4.0 and MEF. We have a weird application crash (intermittent) where there is a NullReferenceException inside Prism code while accessing...
View ArticleCreated Issue: Spelling Errors in...
__ActivationExceptionMessage__Activation error __occured__ while trying to get instance of type {0}, key "{1}" __occured__ should be...
View ArticleNew Post: Question about use of MefServiceLocator
Why doesn't the compositionContainer get resolved in Class Foo shown below? class Program { static void Main(string[] args) { Test mytest = new Test(); } } public class Test { public Test() {...
View ArticleReleased: Common Service Locator 1.0 (Sep 30, 2008)
This is a signed binary of the Microsoft.Practices.ServiceLocation DLL and associated PDB and XML Doc comment files. This provides a common assembly to implement IServiceProvider. New update: Signed...
View ArticleUpdated Release: Common Service Locator 1.0 (Sep 30, 2008)
This is a signed binary of the Microsoft.Practices.ServiceLocation DLL and associated PDB and XML Doc comment files. This provides a common assembly to implement IServiceProvider.New update: Signed...
View ArticleNew Comment on "Autofac Adapter"
Since there doesn't seem to be any documentation on how to use the adapter and everything links here, here's how: You need to install CSL, Autofac, *and* Autofac.Extras for CSL...
View ArticleEdited Issue: ServiceLocator.Current throws NullReferenceException [9676]
When no IoC container is registered using ServiceLocator.SetLocatorProvider(ServiceLocatorProvider) the Current property will throw a NullReferenceException. Throwing a NullReferenceException is always...
View ArticleNew Comment on "Project Rationale"
I actually find this to be a simple, but very powerful idea. It allows the use of IoC ServiceLocator implementation today and another tomorrow if you find a better one. It also lets you port classes...
View ArticleNew Comment on "Project Rationale"
I don't agree with dot_NET_Junkie regarding the fact that the interface being useless. Having written LOB applications that use numerous 3rd party frameworks on the market, its often a mess trying to...
View ArticleSource code checked in, #106765
Added IsLocationProviderSet property on ServiceLocator static class
View ArticleReleased: Common Service Locator 1.2 (Feb 05, 2014)
This release fixes issue 9676 in the portable class library assembly.
View ArticleCreated Release: Common Service Locator 1.2 (Feb 05, 2014)
This release fixes issue 9676 in the portable class library assembly.
View ArticleCommented Issue: ServiceLocator.Current throws NullReferenceException [9676]
When no IoC container is registered using ServiceLocator.SetLocatorProvider(ServiceLocatorProvider) the Current property will throw a NullReferenceException. Throwing a NullReferenceException is always...
View ArticleClosed Issue: ServiceLocator.Current throws NullReferenceException [9676]
When no IoC container is registered using ServiceLocator.SetLocatorProvider(ServiceLocatorProvider) the Current property will throw a NullReferenceException. Throwing a NullReferenceException is always...
View ArticleCommented Issue: ServiceLocator.Current throws NullReferenceException [9676]
When no IoC container is registered using ServiceLocator.SetLocatorProvider(ServiceLocatorProvider) the Current property will throw a NullReferenceException. Throwing a NullReferenceException is always...
View ArticleNew Post: Query methods
Today a new version of the CSL has been released. It's nice to see that old issues are being addressed I'm curious if you have any intentions to address the issue I described above and was confirmed by...
View ArticleCommented Issue: ServiceLocator.Current throws NullReferenceException [9676]
When no IoC container is registered using ServiceLocator.SetLocatorProvider(ServiceLocatorProvider) the Current property will throw a NullReferenceException. Throwing a NullReferenceException is always...
View ArticleReleased: Common Service Locator 1.2 (Feb 05, 2014)
This release of the Common Service Locator includes a portable class library that targets the following platforms:.NET 4 and higher Windows Phone 8 Windows Store apps (Windows 8) and higher Silverlight...
View ArticleUpdated Release: Common Service Locator 1.2 (Feb 05, 2014)
This release of the Common Service Locator includes a portable class library that targets the following platforms: .NET 4 and higherWindows Phone 8Windows Store apps (Windows 8) and higherSilverlight...
View ArticleCommented Issue: ServiceLocator.Current throws NullReferenceException [9676]
When no IoC container is registered using ServiceLocator.SetLocatorProvider(ServiceLocatorProvider) the Current property will throw a NullReferenceException. Throwing a NullReferenceException is always...
View Article