Results 1 to 3 of 3

Thread: plz..its very Urgent

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    174

    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

  2. #2
    Member
    Join Date
    Dec 2003
    Posts
    43
    Did you use an error handler? Just trap it with a TRY CATCH FINALLY block.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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
  •  



Click Here to Expand Forum to Full Width