I am the developer of the application.
How can I know where the error is occuring?
Outlook does not crash or display any error at all. However the message
comes up when Outlook starts the next time after the addin is used.
Sanjay
Unless you have added your own error handling and logging scheme, it is not
possible to know where the error is occurring. Make sure every procedure
includes error handling.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I am the developer of the application.
> How can I know where the error is occuring?
[quoted text clipped - 6 lines]
> > not providing proper error handling (which might include a message to the
> > user). The issue needs to be referred to the developer of the add-in.
> > > I have an addin that works as expected in Outlook 2000. One of the users
> > > recently upgraded to Outlook 2003 and has the following problem.
[quoted text clipped - 13 lines]
> > > There is NO error message caused by the addin at any point.
> > > Please Help. Any ideas will be greatly appreciated.
Sanjay Singh - 28 Apr 2004 00:19 GMT
I was afraid you would say something like that. Sigh ...
Sanjay
PS: Thank you for the fantastic help that you provide in the Outlook
newsgroups. We would be lost without you and the other MVPs.
> Unless you have added your own error handling and logging scheme, it is not
> possible to know where the error is occurring. Make sure every procedure
[quoted text clipped - 40 lines]
> > > > There is NO error message caused by the addin at any point.
> > > > Please Help. Any ideas will be greatly appreciated.