Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a windows application develop using VS 2008
some client the system show error ([my application Name] Application has stopped working)
no work solution only once i copy the system to new folder it work fine
but after few days same error come again and i repeat same copy system to new folder again .
any one can help me with better solution

What I have tried:

find a solution for system has stopped working
Posted
Updated 15-Jan-18 21:49pm

1 solution

You're going to have to do some diagnostics work here I'm afraid. When you say the application has stopped working, does that mean that it doesn't start up, or that it starts, runs for a while and then stops? The first two things I would do are:
  1. Look into the event viewer to see if your application has crashed and written information to the event log.
  2. Make sure I have exception handlers to catch unhandled exceptions, and add logging into the application to log what is happening.
 
Share this answer
 
Comments
Saad Fouad 17-Jan-18 1:04am    
I already implement the exception handler on application level no exception log
just only message appear my application stopped working .
once i copy the application to new folder it work fine .

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