在没有 .Net Framework 4 的情况下启动 Visual Studio 2010
我如何从 VS2010 中卸载 .net Framework 4 并让它(VS)仍然工作?
如果您刚刚卸载.net 4,VS不会启动并显示“未知错误”。
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".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有.NET 4.0,则无法运行 VS2010。
您可以强制应用程序使用特定版本的运行时: http://msdn.microsoft.com/en-us/library/d5cd9b2c(VS.80).aspx。您可以将其用于您的自动化工具。
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.