NullReferenceException from System.dll using Release rather than Debug

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



Answer this question

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

    Could you give us something more Like a stack trace, what lines caused the exception, etc.


  • 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

    I think you won't get any help from anyone outside Microsoft about this, simply because no one would be able to know what has happened :)


  • NullReferenceException from System.dll using Release rather than Debug