|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WRN: Application configuration file binding redirects disallowed.<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. |
|||||||||||||||||||||||