Thursday, April 30, 2015

AppDomain is refusing to find dll dependencies

The aim was to use the MarshalByRef to load the plugins into the secondary domains only.

Which means i did something wrong. As i said, i put the PluginAssemblyLoader in the Core assembly (referenced almost everywhere, meaning in the modules too). Plugin is a class that will contain the domain and the assemblies for the module, which is why i referenced it in my main app and why it has a reference to the PluginAssemblyLoader.

Did i misunderstand how this works?

No comments:

Post a Comment