G
Guest
Using Visual Studio .Net "trying" to build a data driven web site on XP-Pro.
Application was working, but after some code changes I get:
Object reference not set to an instance of an object.
HOW can I tell which Object is causing the problem? Would it be terribly
hard for the error message to indicate which Object -or- at least the first
bad Object. I have commented out all of my new code changes and still get
the error. I have tried running the debugger with a breakpoint in the
PageLoad and in the btn_Clicked in the page that is active when the error
occurs - but, the debugger never stops at the breakpoints?
Thanks in advance,
Paul
Application was working, but after some code changes I get:
Object reference not set to an instance of an object.
HOW can I tell which Object is causing the problem? Would it be terribly
hard for the error message to indicate which Object -or- at least the first
bad Object. I have commented out all of my new code changes and still get
the error. I have tried running the debugger with a breakpoint in the
PageLoad and in the btn_Clicked in the page that is active when the error
occurs - but, the debugger never stops at the breakpoints?
Thanks in advance,
Paul