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 sho开发者_StackOverflowws "Unknown Error".
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.
精彩评论