G
Guest
Hello,
I am having a hard time redirecting a VB.Net assembly. The old and new
assemblies are version major 1 and minor 0. The build and revision number
are different.
1.0.1519.15373 to 1.0.9.9
I tried creating binding policy using the same keyfile as the original and
new assembly and a config file. I named the new policy assembly
Policy.1.0.MyAssembly.dll. That didn't work. I looked in the .Net
Configuration tool under configured assemblies, and their was a binding
redirect to the new version. That also updated my machine.config
That didn't work. Private web application assemblies on my machine are
still referencing the old assembly.
I also tried adding the new assembly to the GAC, and inserting something
into the machine.config manually and that didn't work.
What am I doing wrong?
Also, If I change an assembly redirection, do I have to restart my machine?
or what should I do.
Thanks for your help.
I am having a hard time redirecting a VB.Net assembly. The old and new
assemblies are version major 1 and minor 0. The build and revision number
are different.
1.0.1519.15373 to 1.0.9.9
I tried creating binding policy using the same keyfile as the original and
new assembly and a config file. I named the new policy assembly
Policy.1.0.MyAssembly.dll. That didn't work. I looked in the .Net
Configuration tool under configured assemblies, and their was a binding
redirect to the new version. That also updated my machine.config
That didn't work. Private web application assemblies on my machine are
still referencing the old assembly.
I also tried adding the new assembly to the GAC, and inserting something
into the machine.config manually and that didn't work.
What am I doing wrong?
Also, If I change an assembly redirection, do I have to restart my machine?
or what should I do.
Thanks for your help.