Debugging in VS does not work

Debugging in VS does not work

068335643
Advocate Advocate
570 Views
1 Reply
Message 1 of 2

Debugging in VS does not work

068335643
Advocate
Advocate

Hi , Friends!

Im using Jeremy s template  2021  When I run debug I get this error  : 

 

"FatalExecutionEngineError" Managed Code Debug Assistant
Message = Managed Code Debug Assistant "FatalExecutionEngineError": "A critical error was encountered in the runtime. The error occurred at 0xa54241ce on thread 0x422c. Error code 0x80131623. It could be caused by an error in the CLR or from unsafe or unverifiable user code. Typical sources of such errors are packaging errors made by users during COM communication, or PInvoke, which corrupted the stack. "

 

Where I made mistake ?

Think for the answer

 

0 Likes
571 Views
1 Reply
Reply (1)
Message 2 of 2

franciscopossetto
Advocate
Advocate

Hey,

 

On your Visual Studio go to Tool Menu > Options > Debugging > General >  and uncheck Use Managed Compatibility Mode

 

It should fix the problem.

Kind regards.

Github:
https://github.com/franpossetto
0 Likes