Srini,
What are you developing it in, VC6 or Dot NET. And
Do you have a small code snippet that reproduces the
problem. If you comment out your COM calls does the
problem go away? If so I'd peruse that avenue. It sounds
a lot like references not being released at shutdown.
Stephen Culhane
(e-mail address removed)
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Somashekhar" <
[email protected]>
| Sender: "Somashekhar" <
[email protected]>
| Subject: Excel application not going away..
| Date: Tue, 19 Aug 2003 15:24:56 -0700
| Lines: 7
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNmoLfSzsYFrdj9Si2GjK3gMYe18Q==
| Newsgroups: microsoft.public.office.developer.com.add_ins
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.office.developer.com.add_ins:4382
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.office.developer.com.add_ins
|
| Hi,
|
| I have an xll excel addin that makes some COM calls. I
| call OleInitialize and OleUninitialize for every COM/OLE
| call. But when Excel is exited, there is a process in task
| manager that still resides for long time. What's the
| reason for this ? Pls Suggest.
|