【发布时间】:2017-03-23 21:44:42
【问题描述】:
Visual Studio 2017 社区版在我的 64 位 Windows 7 桌面上安装良好,没有错误消息。
我能够启动一个新项目,例如一个新的 windows 窗体 c# 项目。
但是,当按下如下图所示的开始按钮时出现以下错误消息,我尝试修复并卸载并重新安装 Visual Studio,但这并没有改变任何东西。
我可以通过按 ctrl+f5 运行(因此编译成功)。
还有什么我可以尝试的吗,请问有没有指向以前稳定版本的 Visual Studio 的链接作为替代方案?
作为参考,此问题已发生并在此处报告: Visual studio 2015 debugger "not installed properly" & "process cannot acces file - file in use" build error(我也在这里尝试过修复,但这也不起作用) 这里也是:https://developercommunity.visualstudio.com/content/problem/26630/the-debugger-is-not-properly-installed-cannot-debu.html(这似乎是最新的问题日志)
VS2017: The debugger is not properly installed. Cannot debug the requested type of code
这里似乎有一个修复,但我不确定如何拼凑我需要的下载内容,从这里的答案看来,VS2015 需要一些组件才能让 VS2017 工作:https://social.msdn.microsoft.com/Forums/vstudio/en-US/a75214be-4720-4134-aca8-f26751ea18a1/community-vs-2017-on-windows10-64-bit-debugger-is-not-properly-installed?forum=vsdebug
更新:我设法安装了 Visual Studio Express 2015 并且工作正常,尽管它没有解决当前问题。
【问题讨论】:
标签: visual-studio visual-studio-2017