我希望主应用能够加载依赖于
的plugin1.dll
PlugingCore.dll
但是当我尝试使用Assembly.LoadFile("c:\plugin1.dll");
时出现错误:
('((System.Reflection.RuntimeAssembly)a).DefinedTypes'引发了类型'System.Reflection.ReflectionTypeLoadException'的异常
注意:PluginCore.dll和Plugin1.dll都位于同一目录中。