OL2000: All COM Add-in Run-Time Errors Must Be Trapped

ID: Q208316


The information in this article applies to:
  • Microsoft Outlook 2000


SYMPTOMS

You create an Outlook COM Add-in and when using it, Outlook stops responding (hangs).


CAUSE

The COM Add-in generated an untrapped run-time error.


RESOLUTION

You must use error trapping to prevent all potential run-time errors from happening.


STATUS

Microsoft 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.

To avoid these scenarios, every line of code within your COM Add-in must use error trapping to prevent any potential run-time errors from occurring.


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."

For additional information about available resources and answers to commonly asked questions about Microsoft Outlook 2000 solutions, please see the following article in the Microsoft Knowledge Base:

Q146636 OL2000: Questions About Custom Forms and Outlook Solutions

Additional query words: OL2K OutSol OutSol2000 vbscript

Keywords : kbdta
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: May 13, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.