barbiomalefico
July 22nd, 2003, 03:23 AM
I have create a software formed by a list of dlls which are made in native, managed and mixed code.
I test my software in debug and all is working good.
When i build the same software in release i have no build e no link error and the software starts.
During the runtime appears a System Null Refernce object Error: "Object reference not set to an instance of an object" .
I have the default optimization in realease (maximize speed) and i try to disable all optimization, but the bug remain.
Some Ideas?
Ciao
I test my software in debug and all is working good.
When i build the same software in release i have no build e no link error and the software starts.
During the runtime appears a System Null Refernce object Error: "Object reference not set to an instance of an object" .
I have the default optimization in realease (maximize speed) and i try to disable all optimization, but the bug remain.
Some Ideas?
Ciao