I am having a problem obtaining a NullReferenceException in system.dll when I execute my program compiled in Release configuration rather than Debug configuration. The program runs fine when compiled in Debug, but issues the exception window and continues to execute when compiled in Release. I am using C++ 2005 Express with .NET 2.0

NullReferenceException from System.dll using Release rather than Debug
Metamia
This is "one of those" problems. It is happening again.
Here is the register dump from the error:
EventType : clr20r3 P1 : acuemulator.exe P2 : 0.0.0.0 P3 : 445a285e
P4 : system P5 : 2.0.0.0 P6 : 4333ae87 P7 : 2bad P8 : 18
P9 : system.nullreferenceexception
The rest is the standard error report. Should I send it to Microsoft
skostiuk
Mr. Rare
I wish I could, but the environemnt gave me little to go on but a full dump - not stack trace.
Believe it or not, it stopped happening, so I guess there is no problem. I am unsure what I did to fix it. I guess it's just one of "those" kind of problems.
Israel213