ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

Exceptions during loading of assemblies are not very friendly #59

Closed bnordli closed 8 years ago

bnordli commented 8 years ago

During bootstrapping, when an ReflectionTypeLoadException is thrown during enumeration of assemblies (for instance, if the run time version of a references assembly does not match the compile time version), one needs to enter the debugger to see which assembly failed.

The ReflectionTypeLoadException should be caught and rethrown as a more specific exception, with a better message than "See the LoaderExceptions property for more information."

andersnygaard commented 8 years ago

Resolved with pull request #60