随笔分类 - appdomian
摘要:[代码]如果IWorker workerInstance = (IWorker) workerAppDomain.CreateInstanceAndUnwrap(CONFIG_DYNAMIC_ASSEMBLY_PROJECT, CONFIG_DYNAMIC_ASSEMBLY_FULLY_QUALIFIED_NAME);强制转换为IWorker失败,则引发事件ResolveEventHandler
阅读全文
摘要:Every time I need to load .NET assemblies from a non-default path in an application I end up spending quite a bit of time trying to get it right. Today was no different: I had a situation where I need...
阅读全文