Managed Debugging Assistant 'FatalExecutionEngineError'

前端 未结 2 437
离开以前
离开以前 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 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.

提交回复
热议问题