Managed Debugging Assistant 'FatalExecutionEngineError'

前端 未结 2 438
离开以前
离开以前 2020-12-07 01:29

I\'m getting below error:

Managed Debugging Assistant \'FatalExecutionEngineError\' has detected a problem in \'C:\\Users\\App\\App.exe\'. Additiona

相关标签:
2条回答
  • 2020-12-07 01:55

    This resolved my issue:

    Tools -> options -> IntelliTrace -> General

    and check "Events Only" option

    0 讨论(0)
  • 2020-12-07 02:06

    Changing to use "Managed Compatibility Mode" is what fixed the error for me in Visual Studio 2015:

    Tools menu >Options > Debugging > General > "Use Managed Compatibility Mode"

    This Microsoft blog describes what this setting does in a bit more detail.

    0 讨论(0)
提交回复
热议问题