Application configuration file binding redirect
- From: "balamurali" <p.balamurali@xxxxxxxxx>
- Date: 18 May 2006 13:43:31 -0700
I am not sure if this is the right place to put this question.
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 ....
Is there a tool to find the resultant set of policies on the
assembly...
Any pointers will be very helpful.
.
- Prev by Date: Re: How to set special folder permissions in a script?
- Next by Date: Re: Certificate chain issue with Ent Sub Ca & stand alone Root CA
- Previous by thread: Re: Share permissions conflicting with NTFS permissions
- Next by thread: Re: Certificate chain issue with Ent Sub Ca & stand alone Root CA
- Index(es):
Relevant Pages
|
|