Posts tagged as 'Modules'

ModuleLoader ApplicationDomain

By default, the module loader loads modules in a new application domain. This means the classes in the module are not accessible to the main application, which can cause problems particularly when using reflection…