How can i uninstall .net framework 4 from VS2010 and have it (VS) still working?
If you just uninstall .net 4, VS doesnt start and shows “Unknown Error”.
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 run VS2010 without .NET 4.0.
You can force an application to use a specific version of the runtime: http://msdn.microsoft.com/en-us/library/d5cd9b2c(VS.80).aspx . You can use this for your automation tool.