Home All Groups Group Topic Archive Search About

Problem getting redirect to work

Author
10 Nov 2006 4:37 AM
Sean Gifford
I'm trying to create a publish policy assembly but just can't get it to
work.

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!

AddThis Social Bookmark Button