Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Im working in a c# windows application.when i installed in one of clients system
coming a error box that object reference not set......
But no problem in some system. and mine system also no error. i cant catch that what is the error. is any way to find it?

regards
Mehaboob
Posted

1 solution

That is why we always do File Logging to trace what went wrong on production systems. You can use Log4Net to put logging in your code and then re-deploy the application and check what went wrong and follow this religiously in future work
 
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