Irrlicht.net 0.12 NullReferenceException in VS 7 debugger

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Kelly G

Irrlicht.net 0.12 NullReferenceException in VS 7 debugger

Post by Kelly G »

Hi. I'm very much enjoying Irrlicht.NET! My problem is now that I've updated from 0.9 to 0.12, and when I try to run my C# code in the Debugger in Visual Studio 7.1, I get two NullReferenceExceptions occuring in Irrlicht.NET.dll. There is no information about what object it is that is null. I also get the same thing when I try to compile and run HelloWorld_7.0 C# in the examples.NET folder (on which my code is heavily based). This only happens in the debugger, but I would still like to find-out how to fix this problem, lest it be the cause of greater malfunction down the line. Thank you.
Locked