|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problem getting redirect to workwork. This is the entire contents of the xml config file used when generating the assembly: <?xml version="1.0" encoding="utf-8" ?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo=""> <dependentAssembly> <assemblyIdentity name="QAT.Utils" publicKeyToken="da54a23a7c9baf57" culture=""/> <bindingRedirect oldVersion="2.3.1.2" newVersion="2.3.1.3"/> </dependentAssembly> </assemblyBinding> </runtime> </configuration> Here is the relevent section of the loading log: LOG: Publisher policy file is found at C:\WINDOWS\assembly\GAC_MSIL\policy.2.3.QAT.Utils\2.3.1.2__da54a23a7c9baf57\QATPublishingPolicy.xml. WRN: Error parsing XML file C:\WINDOWS\assembly\GAC_MSIL\policy.2.3.QAT.Utils\2.3.1.2__da54a23a7c9baf57\QATPublishingPolicy.xml. Ignoring. LOG: Post-policy reference: QAT.Utils, Version=2.3.1.2, Culture=neutral, PublicKeyToken=da54a23a7c9baf57 I've been looking at this all day and can't see the problem. Any suggestions would be greatly appreciated! Thank you! |
|||||||||||||||||||||||