I am doing some addons on a product which has strongly named references. If I select false in Specific Version, the program complains that the reference is installed already.
Is there any possibility to ignore specific strongly named references?
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.
You cannot ignore it, but you can redirect a request from one version to another version.
See:Redirecting Assembly Versions
The
Specific Versionproperty is only applicable for references to assemblies that don’t have a strong name.