Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Experts,
I have a large project having more the hundred of dll and user control in C# project.
In this project some where we have getting exception "Object reference not set to object".So what is best way to trace the error at production system which dll or UC is throw this error.


Thanks
Dinesh

What I have tried:

Hi Experts,
I have a large project having more the hundred of dll and user control in C# project.
In this project some where we have getting exception "Object reference not set to object".So what is best way to trace the error at production system which dll or UC is throw this error.
Posted
Updated 24-Feb-16 4:52am
Comments
ZurdoDev 24-Feb-16 12:45pm    
Do you have the stack trace?

1 solution

Have a look at Sysinternals Suite[^] - in particular the Process Monitor and ProcDump.

The EventViewer on the machine in question might also have some useful information
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900