VS2017:未正确安装调试器。无法调试请求的代码类型

时间:2017-03-22 05:11:37

标签: debugging visual-studio-2017

我安装了Visual Studio 2017企业版,当我运行应用程序时出现以下错误。

Error

8 个答案:

答案 0 :(得分:11)

关闭Silverlight调试解决了我的问题。

转到网络应用程序的属性。在 Web 选项卡上,关闭Silverlight。

Turn off Silverlight debugging

答案 1 :(得分:10)

我为Visual Studio 2017社区解决了这个问题。

清理文件夹:

  • C:\ Program Files(x86)\ Common Files \ Microsoft Shared \ VS7Debug
  • C:\ Program Files \ Common Files \ microsoft shared \ VS7Debug

然后恢复Visual Studio

P.S。出现此问题是因为dll已损坏。 Here is this case

答案 2 :(得分:7)

对我来说,修复程序在该主题中找到,我在工具中禁用了javascript调试 - >选项 - >调试 - >一般 - >启用Javascript调试...

似乎在Chrome中调试时遇到问题..

direct link to the answer

答案 3 :(得分:2)

这似乎是一个已知问题,正在由VS 2017团队进行调查。更多信息请访问:https://developercommunity.visualstudio.com/content/problem/26630/the-debugger-is-not-properly-installed-cannot-debu.html

答案 4 :(得分:1)

尝试选择其他浏览器(绿色“运行”三角形旁边)。如dajo所述,https://developercommunity.visualstudio.com/content/problem/26630/the-debugger-is-not-properly-installed-cannot-debu.html有更多信息。

答案 5 :(得分:1)

对我来说,以下问题解决了这个问题:
在Visual Studio 2017中,打开Web项目的属性页。转到“Web”选项卡。选择开始操作“不要打开页面。等待来自外部应用程序的请求”。

enter image description here

答案 6 :(得分:1)

我在安装.NET Core SDK 2.0后没有删除旧的.NET Core SDK就遇到了这个问题。似乎两者都会导致问题。

enter image description here enter image description here

答案 7 :(得分:0)

安装Visual Studio 2015 Professional。

我真的希望这不是答案,但这是解决debugger not installed问题的唯一方法。