Outlook add-in slow closing

F

Fredrik Nelson

Hi,



I have a problem with an add-in we created. It seems to slow down Outlook
when closing. Normally if we close Outlook it stays in the task manager for
one or two seconds more after the application has gone from the GUI. With
our add-in loaded it takes 4-5 seconds more.. And I believe that that's why
we get error messages if the user Starts Outlook again within that time.



We get errors such as "action cancelled" and "Can't quit at this time" both
in normal dialog boxes sometimes followed by

"Application failure faulting module unknown" etc

If we let Outlook take it's time everything closes down eventually and a
restart is not a problem.

So my question is also if it can't be fixed can we avoid it by calling our
add-in in an other way then on start-up or can we in the code check if the
Outlook application is busy/closing/starting and then wait or something?



Any suggestions or reading is appreciated



Best regards



Fredrik
 
T

Tom Rizzo [MSFT]

What are you doing in your add-in? Are you destroying all your objects,
closing all opened messages, etc?

Tom
 

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