I am getting the following message while installing my application:
You cannot start application from this location because it is already installed from a different location.
Is there any way to modify this error text?
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 should be able to use
<customErrorReporting>in the ClickOnce manifest file to accomplish this, if you can track down the actual exception that is occurring. You’ll need an ASP site capable of decoding the error information it sends you, and there’s not a whole lot of documentation on this matter.