hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

NullReferenceException if Windsor's FromAssemblyNamed refers to an unknown assembly #30

Open citizenmatt opened 11 years ago

citizenmatt commented 11 years ago

If you load the TestApplication solution directly, opening any interfaces (such as ICommon.cs) throws an exception with a NullReferenceException, because the assembly in Windsor's FromAssemblyNamed method is trying to load "TestProject", which doesn't exist in the solution. The null module should mean that registration isn't valid and not added to the list.