------解决方案--------------------------------------------------------
<configuration>
<runtime><assemblyBindingxmlns="urn:schemas-microsoft-com:asm.v1">
<probingprivatePath="bin;bin2\subbin;bin3"/>//程序集位置
</assemblyBinding>
</runtime>
</configuration>
在app.config在配置文件中设置
------解决方案--------------------------------------------------------
把dll所在的路径添加到系统环境变量,或者把dll放在系统环境变量指定的目录,比如system32
------解决方案--------------------------------------------------------
放同目录或者系统目录都是可以的。
system32,windows 目录都行
如果你这个 DLL 会有多个你做的产品用到,建议放在 SYSTEM32 目录下,以免造成冲突