|
-
Apr 17th, 2004, 07:47 AM
#1
Thread Starter
Addicted Member
plz..its very Urgent
Hi All,
When i am trying to close my application it throws an error
"The exception unknown software exception (Oxc0020001) occoured in the application at location 0x7c59ba9d.
Click on OK to terminate the program". How can i change this error...pls it's very urgent.
Thanks in Advance
-
Apr 17th, 2004, 12:20 PM
#2
Member
Did you use an error handler? Just trap it with a TRY CATCH FINALLY block.
-
Apr 17th, 2004, 12:22 PM
#3
Sleep mode
What kind of application is that ? Do you have code in the closing event of the form that generates the error ? Can you show the code that proceed closing the application ?
Try enclosing the code that might error out in try catch blocks and use StackTrace to find the line number that had the error .
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
|