動態的爲你的Winform配置Dll目錄

在應用程序運行的時候,他會檢查當前程序運行的目錄有無所須要的dll文件,若是找不到,他就會查找APP.Config配置文件中所配置的目錄,具體配置文件的寫法以下:
 html

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Your Dll Directory"/>
</assemblyBinding>
</runtime>
</configuration>

http://www.cnblogs.com/kangtr/archive/2005/12/24/304063.htmlide

相關文章
相關標籤/搜索