https://msdn.microsoft.com/zh-cn/library/823z9h8w(v=vs.85).aspxapp
指定加載程序集時公共語言運行庫要搜索的應用程序基子目錄。spa
<configuration> 元素
<runtime> 元素
<runtime> -> <assemblyBinding> 元素
<probing> 元素code
<probing privatePath="paths"/>
下面的示例說明如何指定運行庫應在其中搜索程序集的應用程序基子目錄。
<configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="bin;bin2\subbin;bin3"/> </assemblyBinding> </runtime> </configuration>
其餘參考:
https://msdn.microsoft.com/zh-cn/library/4191fzwb(v=vs.85).aspx