A
Amruta
Hi,
I have an Assembly version 1.1.8.1 in the GAC.My problem is that I want
to use an assembly with the same version outside GAC.
I have tried using <codebase> element by specifying the path to the
required Assembly,but the CLR is still loading the Assembly from the
GAC.
<configuration>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="AssemblyTest"
publickeyToken="ebf3388bf6e61e92" culture="neutral"/>
<codebase version="1.1.8.1" href="FILE://C:/......dll"/>
</dependentAssembly>
</assemblyBinding>
</configuration>
Any advice or tips would be greatly appreciated.
Thanks in Advance.
I have an Assembly version 1.1.8.1 in the GAC.My problem is that I want
to use an assembly with the same version outside GAC.
I have tried using <codebase> element by specifying the path to the
required Assembly,but the CLR is still loading the Assembly from the
GAC.
<configuration>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="AssemblyTest"
publickeyToken="ebf3388bf6e61e92" culture="neutral"/>
<codebase version="1.1.8.1" href="FILE://C:/......dll"/>
</dependentAssembly>
</assemblyBinding>
</configuration>
Any advice or tips would be greatly appreciated.
Thanks in Advance.