Exception Unhandled

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.
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
L

Lou

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.
 
N

Nicholas Paldino [.NET/C# MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top