赞
踩
方法是使用应用程序配置文件,如下为配置文件的内容
同名的配置文件.exe.config (在项目中为app.config)
里面的内容:
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Lib"/>
</assemblyBinding>
</runtime>
</configuration>
其中Lib 是根目录下的目录存放dll
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。