Exception occurs before Main

  • Thread starter Thread starter Ray Mitchell
  • Start date Start date
R

Ray Mitchell

I got the following exception:

"An unhandled exception of
type 'System.ExecutionEngineException' occurred in Unknown
Module."

I put a breakpoint at Main() but the exception occurs
before it even gets there. Any ideas, suggestions?


Thanks,
Ray Mitchell
 
when you get these execution engine exceptions it means that the CLR has
detected a bug within itself and can no longer function. Microsoft and by
extension the comiler team would be very interested in this kind of bug, if
you can catch it live or have steps to reproduce it. Or you may post it to
[snip]debugger newsgroup where it will get the necessary attention.
regards
 
Back
Top