Groups | Blog | Home
all groups > dotnet general > april 2005 >

dotnet general : Com AddIn Interoperability


Joe R
4/10/2005 8:24:38 PM
I have written an Outlook COM Add with VB.Net. This add uses Word and
Access. I can instantiate both but neither process seems to want to stop.
With Access I am opening a report using the DoCmd object. Then closing the
report the same way. When I want the process to end, I call the access Quit
method then set the application object to "nothing". I am guessing there
must be some object still instantiated with the instance of the Access
application object. I just can't figure out what it might be.

Any help out there?

Kannan.V [MCSD.net]
4/10/2005 11:07:01 PM
hi Joe,

try releasing the Com object using this line.
Marshal.ReleaseComObject(o);

Hope it helps,
Kannan.V

[quoted text, click to view]
AddThis Social Bookmark Button