|
-
Aug 14th, 2007, 06:23 AM
#1
Thread Starter
New Member
Sometimes VB 6.0 developed exe Hangs on Exit Sub
Hi All,
I have an application written in VB 6.0. the application does not contain any forms. The application fetches a request (XML) from a table , process it and generates an output xml and stores it back in table and exits. But sometimes after storing it in table it hangs. We analyzed by putting debug messages into log files and we found that it hangs in the last exit sub statement. We tried to replace it with End , but still hangs while executing it.
It does not always hang , some times ... may be after 4-5 requests.
Please give me some inputs to solve it
Last edited by jkcool; Aug 14th, 2007 at 06:25 AM.
Reason: correcting typos
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|