why outlook xp crash after closing?

L

Linh

I have just developed an outlook addin, office xp/winxp.
it always shows error reporting that indicate failed at
kernel32.dll when closing outlook.
does anyone can help me?
I'm be very appreciated for your help!
thanks in advance.
Linh
 
K

Ken Slovak - [MVP - Outlook]

Are you releasing all your objects and handling the shut down
correctly? See the ItemsCB COM addin sample on the Resources page at
www.microeye.com for a best practices example of Outlook COM addin
coding using VB.
 
L

Linh

yes, I have released all objects to nothing, I will add more informations.
It works fine on outlook 2k, on outlook XP after using greater than 6
mintutes, it will crashs when closing.
I don't know why there is a different between outlook XP and outlook 2k?
please help me!
thanks,
Linh
 
K

Ken Slovak - [MVP - Outlook]

Show the relevant portions of your code, the init and release code.
Also, what type of email accounts are users using, are they connecting
to Exchange or POP or whatever? The MAPI spooler was removed in
Outlook 2002 and it was made an internal process. Some things work
differently due to that and also depending on whether Exchange is in
the profile so more information is needed.
 

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