https://msdn.microsoft.com/zh-cn/library/823z9h8w(v=vs.85).aspx
指定加载程序集时公共语言运行库要搜索的应用程序基子目录。
<configuration> 元素
<runtime> 元素
<runtime> -> <assemblyBinding> 元素
<probing> 元素
<probing privatePath="paths"/>
下面的示例说明如何指定运行库应在其中搜索程序集的应用程序基子目录。
<configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="bin;bin2subbin;bin3"/> </assemblyBinding> </runtime> </configuration>
其他参考:
Specifying an Assembly's Location
https://msdn.microsoft.com/zh-cn/library/4191fzwb(v=vs.85).aspx