Your app has entered a break state, but there is no code to show because all threads were executing external code (typically system or framework code)

前端 未结 20 1900
孤独总比滥情好
孤独总比滥情好 2020-12-10 09:56

Visual Studio 2017 breaks in debug mode and displays the message:

Your app has entered a break state, but there is no code to show because all threa

20条回答
  •  我在风中等你
    2020-12-10 10:51

    I got this situation when my "Platform Target" in my Project Properties was set to "Any CPU" and "Prefer 32-bit" was selected.

    I switched Platform Target to "x64" since I am using 64-bit assemblies and then I could run/debug normally.

提交回复
热议问题