ExecutionEngineException in VS IDE mode only

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I have a MC++ library that wraps an unmanaged C library. My application
gets an ExecutionEngineException only when I run in VS IDE only. If I run
my application by itself I got no exception. By the way, If I put my library
in debug mode then I also got no exception at all.

At some points, I got a NullReferenceException or ExecutionEngineException,
but not futher information.

I would appreciate for any help on this kind of exception.
 
You should post this in the CLR newsgroup. I'm pretty certain the MS CLR
guys would be interested in this.
 
Back
Top