Outlook Sends Error Report

P

Phil

Hello all,

I have created an Outlook 2000 Addin using VB6 based on
the MicroEye sample.
The problem I have now is that it seems to crash Outlook
alot on the clients PCs.
It crashes on my development PC as well but not that often.
It doesn't give any indication of what causes the error
which makes it hard to debug.
A lot of the time it only crashes when closing Outlook.

Has anybody else had this experience or have any ideas on
what I can do to fix this?

Any help at all would be much appreciated.

Thanks in advance,

Phil.
 
S

Sue Mosher [MVP]

Do you have error handling in every procedure? If not add it. Writing the
error information out to a log file should help you discover what the
problem might be.

Are you dereferencing all objects when the last Explorer closes?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top