T
Tham
Hi
I have two assemblies with the same name (e.g MyData.dll)
Both assemblies are strong name and have different version (one is 1.0.0.1
and the other is 1.0.0.2)
There are some applications that is using the old version.
I would like to these applications to use the new version without
recompiling the application.
I used the .NET Framework configuration tool to set the configured
assemblies.
I configured the assemblies binding policy so that the requested version
(1.0.0.1) is redirect to the new version (1.0.0.2).
However, the appplications is still using the old version assembly.
I am using .NET 1.1 on WinXP SP2 machine.
Can anyone advice me what's went wrong.
Appreciate your help.
Tham
I have two assemblies with the same name (e.g MyData.dll)
Both assemblies are strong name and have different version (one is 1.0.0.1
and the other is 1.0.0.2)
There are some applications that is using the old version.
I would like to these applications to use the new version without
recompiling the application.
I used the .NET Framework configuration tool to set the configured
assemblies.
I configured the assemblies binding policy so that the requested version
(1.0.0.1) is redirect to the new version (1.0.0.2).
However, the appplications is still using the old version assembly.
I am using .NET 1.1 on WinXP SP2 machine.
Can anyone advice me what's went wrong.
Appreciate your help.
Tham