Exception Unhandled

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

I can't track down this exception.
If anyone has any ideas, please pass them on.
I've been trying to kill this bug for days now.

An unhandled exception of type 'System.NullReferenceException' occurred in
Unknown Module.
Additional information: Object reference not set to an instance of an
object.
 
Lou,

Is there a stack trace associated with the exception? Are you running
against debug builds of your code? If you do, then you begin to determine
where the problem exists.

Hope this helps.
 
It occurs in debug mode only,
How do I check the "stack trace"??

I can't find the "stack" window???


Nicholas Paldino said:
Lou,

Is there a stack trace associated with the exception? Are you running
against debug builds of your code? If you do, then you begin to determine
where the problem exists.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Lou said:
I can't track down this exception.
If anyone has any ideas, please pass them on.
I've been trying to kill this bug for days now.

An unhandled exception of type 'System.NullReferenceException' occurred in
Unknown Module.
Additional information: Object reference not set to an instance of an
object.
 
Lou,

When the exception is thrown, there should be a details button which
will have the stack trace (which shows the code that was executed that
caused the exception).


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Lou said:
It occurs in debug mode only,
How do I check the "stack trace"??

I can't find the "stack" window???


message news:[email protected]...
Lou,

Is there a stack trace associated with the exception? Are you running
against debug builds of your code? If you do, then you begin to determine
where the problem exists.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Lou said:
I can't track down this exception.
If anyone has any ideas, please pass them on.
I've been trying to kill this bug for days now.

An unhandled exception of type 'System.NullReferenceException'
occurred
 
Back
Top