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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top