<probing> 元素指定扩展Asp.Net加载程序集位置_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > <probing> 元素指定扩展Asp.Net加载程序集位置

<probing> 元素指定扩展Asp.Net加载程序集位置

 2015/1/14 15:28:59  12饕餮21  程序员俱乐部  我要评论(0)
  • 摘要:下面的示例说明如何指定运行库应在其中搜索程序集的应用程序基子目录。<configuration><runtime><assemblyBindingxmlns="urn:schemas-microsoft-com:asm.v1"><probingprivatePath="bin;bin2\subbin;bin3"/></assemblyBinding></runtime></configuration>
  • 标签:程序 .net ASP.NET net Bing

下面的示例说明如何指定运行库应在其中搜索程序集的应用程序基子目录。

   
<configuration>
   <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
         <probing privatePath="bin;bin2\subbin;bin3"/>
      </assemblyBinding>
   </runtime>
</configuration>

原来这个加载dll位置也可以扩展,一直以为只要Bin目录呢,呵呵。
发表评论
用户名: 匿名