我想做这样的事情:
byte[] bytes = item.CompiledRule;
AppDomain domain = AppDomain.CreateDomain("TestDomain");
Assembly a = domain.Load(bytes);
//Something do with Assembly
AppDomain.Unload(domain);
我只有汇编字节。当我不使用 AppDomain 时它工作得很好,但是当我这样做时它被粉碎了:
System.IO.FileNotFoundException: Could not load file or assembly