Home All Groups Group Topic Archive Search About

WRN: Application configuration file binding redirects disallowed.

Author
18 May 2006 7:35 AM
balamurali
I have a codebase element in my application config.
<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="TestLib"
publicKeyToken="783967a0da0554b9" />
        <publisherPolicy apply="yes" />
        <codeBase version="1.0.0.0" href="file:///c:/TEST/TestLib.dll"
/>
      </dependentAssembly>
      <publisherPolicy apply="yes" />
      <probing privatePath="" />
    </assemblyBinding>
    <gcConcurrent enabled="true" />
  </runtime>

and I get
"WRN: Application configuration file binding redirects disallowed. "
using fuslogvw.exe.

The assembly resolver is not able to load TestLib.dll ....

Any pointers will be very helpful.

AddThis Social Bookmark Button