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