S
Simon Smith
Hi All -
Are there any tools which can track down memory or COM leaks in a C#
outlook addin?
My addin runs fine, but after one particular task - which completes
sucessfully and can be re-run with no problems - Outlook does not
close. In fact it doesn't call the IDTExtensibility2 shutdown methods
on my addin at all and noton any of the other loaded addins as far as
I can see.
This sounds like a COM reference leak to me from what I can find out.
I've been through my code and can't find any where where I'm not
releasing any COM objects.
Are there any tools which I could use to track down any such leaks or
is there another cause which I could look into?
Thanks -
Are there any tools which can track down memory or COM leaks in a C#
outlook addin?
My addin runs fine, but after one particular task - which completes
sucessfully and can be re-run with no problems - Outlook does not
close. In fact it doesn't call the IDTExtensibility2 shutdown methods
on my addin at all and noton any of the other loaded addins as far as
I can see.
This sounds like a COM reference leak to me from what I can find out.
I've been through my code and can't find any where where I'm not
releasing any COM objects.
Are there any tools which I could use to track down any such leaks or
is there another cause which I could look into?
Thanks -