The information in this article applies to:
SYMPTOMSYou create an Outlook COM Add-in and when using it, Outlook stops responding (hangs). CAUSEThe COM Add-in generated an untrapped run-time error. RESOLUTIONYou must use error trapping to prevent all potential run-time errors from happening. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATION
There are various scenarios where Outlook may hang if you create a COM Add-in and the code in the add-in generates an unexpected run-time error. This problem is related to how Office programs interface with the Visual Basic run-time, and is therefore a general limitation of the COM Add-in architecture. REFERENCES
For more information about how to implement error trapping in your code, please see the Microsoft Office 2000/Visual Basic Programmer's Guide, chapter 8, "Error Handling and Debugging." Q146636 OL2000: Questions About Custom Forms and Outlook Solutions Additional query words: OL2K OutSol OutSol2000 vbscript
Keywords : kbdta |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |