I have done and can’t find any answer but is it possible to show a clean error if the user does not have the required version of .NET installed instead of the standard unadulterated exception window?
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.
You always can check if .NET installed. Here’s the article that describes how to do that.
http://www.codeproject.com/Articles/18574/Is-NET-Framework-installed-on-this-machine
Of course you’ll need to do that in un-managed code.