
05-12-2004, 05:13 AM
|
|
Newcomer
|
|
Join Date: Feb 2004
Location: Tri-Bristol Area
Posts: 16
|
|
Diagnosing Exit Problems
|
I'm having a problem where one of my VB programs isn't shutting down properly.
If I quit via the programmed method of the app (a form is opened modally, when the form quits the main() does some tidy up routines and ends, the program carrys on running, entering break mode doesn't put me on any line.
Now I'm assuming the cause for this is open objects etc But I can't see where!
I have one global ADO connection that is closed and set to nothing before exit. I do use DAO but only to compact a database, I don't create any objects.
Any tips on how to diagnose these problems?
|
|