J
Jeff Gaines
On running an app from the IDE I get the following dialog appear just
after the form appears on screen:
*******
An unhandled exception of type 'System.NullReferenceException' occurred
in unknown module.
Additional Information: Object reference not set to an instance of an
object.
*******
If I press 'Break' I get the message 'There is no source code for the
current location' - and there is no line highlighted in my code.
If I press 'Continue' the app runs fine.
The last line in the debug output window is:
JExplorer.exe loaded 'r7he2kdw' No Symbols Loaded
All the other output windows are blank.
I have tried stepping through my code without being able to track this
down.
What do I need to do to to try and pin down where this is happening?
Does the 'r7he2kdw' in the output window give any clues?
I would appreciate any guidance.
after the form appears on screen:
*******
An unhandled exception of type 'System.NullReferenceException' occurred
in unknown module.
Additional Information: Object reference not set to an instance of an
object.
*******
If I press 'Break' I get the message 'There is no source code for the
current location' - and there is no line highlighted in my code.
If I press 'Continue' the app runs fine.
The last line in the debug output window is:
JExplorer.exe loaded 'r7he2kdw' No Symbols Loaded
All the other output windows are blank.
I have tried stepping through my code without being able to track this
down.
What do I need to do to to try and pin down where this is happening?
Does the 'r7he2kdw' in the output window give any clues?
I would appreciate any guidance.