Outlook Sends Error Report

  • Thread starter Thread starter Phil
  • Start date Start date
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.
 
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?
 
Back
Top