System.ExecutionEngineException is no handle exception occour at mscorlib.dll

  • Thread starter Thread starter Lex Yacc
  • Start date Start date
L

Lex Yacc

'System.ExecutionEngineException' $B$N%O%s%I%k$5$l$F$$$J$$Nc30$,(B mscorlib.dll
$B$GH/@8$7$^$7$?!#(B
I can't find the reason of this strange exception, help me , thank you!
--shi
 
'System.ExecutionEngineException' $B$N%O%s%I%k$5$l$F$$$J$$Nc30$,(B mscorlib.dll
$B$GH/@8$7$^$7$?!#(B
I can't find the reason of this strange exception, help me , thank you!

Yuck. Try reinstall the .NET framework. Sounds like something is
messed up.

From Applied .NET Framework Programming (Richter):

This exception is thrown when the CLR detects corruption in its internal
data structures or detects some bug in itself. It's a non-recoverable
error. No catch blocks or finally blocks will execute.
 
Back
Top