Re: "Empty the Deleted Items folder upen exiting" not run when installed my Outlook Addin
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Sun, 27 May 2007 17:58:40 -0400
It sounds like you're not correctly tracking and disposing of your objects or wrappers. Are you getting OnDisconnection and BeforeShutdown? Is Outlook still hanging in memory? If so you're not releasing everything.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Sven Ziehe" <sziasp@xxxxxxxxxxxxxxxxx> wrote in message news:%23MgBYOqnHHA.4516@xxxxxxxxxxxxxxxxxxxxxxx
Hello Ken,
thanks for your answer,
the Design of the Addin is follow.
The VSTO Addin loads over reflection any "Features" from separate Assemblys with a implemented Interface.
Creates a Instance of this Class, load UI and store it in a Collection of BaseClass.
If a new Explorer event is fired, the loaded Features creates a Tracker and store it in a Collection.
is the Explorer Close Event is fired, the Tracker raises a Event to Remove himself from the Collection.
The Explorer is Released with system.Runtime.InteropServices.Marshal.ReleaseComObject.
I hope you can understund me.
Thanks,
Sven
.
- References:
- "Empty the Deleted Items folder upen exiting" not run when installed my Outlook Addin
- From: Sven Ziehe
- Re: "Empty the Deleted Items folder upen exiting" not run when installed my Outlook Addin
- From: Ken Slovak - [MVP - Outlook]
- Re: "Empty the Deleted Items folder upen exiting" not run when installed my Outlook Addin
- From: Sven Ziehe
- "Empty the Deleted Items folder upen exiting" not run when installed my Outlook Addin
- Prev by Date: Re: How to install sample docs with our AddIn - security restrictions
- Next by Date: Re: How to determine whether running embedded in another app?
- Previous by thread: Re: "Empty the Deleted Items folder upen exiting" not run when installed my Outlook Addin
- Next by thread: Citrix & COM/.NET 2003 Add In???
- Index(es):
Relevant Pages
|