Redirect Assembly & Probing

[Back] [Main]


<?xml version="1.0" encoding="utf-8" ?>
<configuration>

  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      
      <probing privatePath="dlls;bin2\subbin;bin3"/>
      
    </assemblyBinding>

    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>

        
        <assemblyIdentity name="GOST_28147_89"
			  publicKeyToken="9a7bcb12a94d3826"                         
                          culture="neutral" />

        <bindingRedirect oldVersion="1.0.2334.18570" newVersion="2.0.0.0"/>

        <codeBase version="1.0.2334.18570" href=".\dlls\GOST.dll"/>
        <codeBase version="2.0.0.0" href=".\dlls\GOST2.dll"/>
        <codeBase version="3.0.0.0" href="http://localhost/deploy/gost3.dll"/>        
        <codeBase version="1.0.2334.18570" href=".\dlls\GOST.dll"/>
        

      </dependentAssembly>
    </assemblyBinding>
  </runtime>

</configuration>

    

Last updated: 28 may 2007