Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Application Crash to desktop

Status
Not open for further replies.

HighlandJinx

Programmer
May 20, 2002
34
GB
Hi folks,

I have created an App with VB6, created and installation using VSI and all the .dll's etc are included.

This has been installed on three test machines and my own one. The application crashes at quiet random locations, and this happens on all machines, unfortunately i cannot recreate the problem when running the app through VB.

Error handling doesn't catch anything that seems to cause it to crash. Is there any way i can track what is happening and maybe catch what is causing the crash.

Thanks again.

Highland
 
I had an app that crashed randomly like yours and ended up
using an error log file to track the problem. I included error handling in in every procedure and wrote the proc name, time and error to a text file so I could find out what was happening.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top