我正在尝试从我的 C# exe 中的网络文件夹加载一个 dll。
System.Reflection.Assembly 程序集 = System.Reflection.Assembly.LoadFile(xPath + "\" + t[0] + ".dll");
我收到以下错误 -
RefusedSet=""
Url=file://<network drive>/folder/raterType.dll
StackTrace:
at raterType.raterType.raterTypeCode(String a)
InnerException:
我必须做哪些程序集设置,才能完全信任我的 exe 中的 dll,因此它可以在没有任何限制的情况下加载它?