VS2017: The debugger is not properly installed. Cannot debug the requested type of code

后端 未结 8 1412
花落未央
花落未央 2021-01-07 23:58

I installed Visual Studio 2017 Enterprise edition and when I am running my application getting the below error.

<script

8条回答
  •  南笙
    南笙 (楼主)
    2021-01-08 00:18

    I solved this problem for Visual Studio 2017 Community.

    Clean folders:

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

    Then recover Visual Studio

    P.S. This issue happen because dlls corrupted. Here is this case

提交回复
热议问题