We have two version of the same assembly in GAC? I want my client
to make choice of which assembly to choose?
We have two version of the same assembly in GAC? I want my client
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try the following in your config file:
You need to specify “bindingRedirect” in your config file. For ins
in the above case “clsLibVsn” has two versions “1.1.1830.10493” and “1.0.1830.1
from which “1.1.1830.10493” is the recent version. But using the bindingRedirect we can s
saying “1.0.1830.10461” is the new version. So the client will not use “1.1.1830.10493”.