Fatal Execution Engine Error (79FFEE24) (80131506)

前端 未结 7 1813
甜味超标
甜味超标 2021-01-01 14:50

I\'m encountering problems with my .NET Framework 3.0 SP1 application. It is a C# winforms application communicating with a COM exe. Randomly either the winforms app or the

相关标签:
7条回答
  • 2021-01-01 15:37

    I had the same behavior when created GCHandle from IntPtr which was pointing not to a managed object.

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