System.ExecutionEngineException mscorlib

  • Thread starter Thread starter mathieu.lapointe
  • Start date Start date
M

mathieu.lapointe

Hi

I don't know why this error is raise, but Sometime, when I switch to my
application (By clicking on it on the Taskbar or by doing ALT+TAB)
sometimes I receive this Error Message : "An unhandled exception of
type 'System.ExecutionEngineException' occurred in mscorlib.dll" The
errors is not raise every time and I can not always reproduce the
problem. Is there anything I can do to prevent this Exception to be
raise?

Cheers

Mathieu Lapointe
 
You should ty to get a good stack trace and report it to microsoft. It
represents something wrong with the framework internally. Also you can try
posting this in the clr newsgroup to see if one of the compiler guys at MS
will pick it up.

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc, Amazon, B&H etc
 
I have try to download the Service Pack 1 of the Microsoft Framework
..NET 1.1 on the windows update website and it seems ti have fix my
problem.

Thanks


Mathieu Lapointe
 
Back
Top