Word Application Instances

F

Felipe Garcia

I'm doing an web application in C# using the interop
assemblies, but all of the time, ever one instance of the
winword remains in memory. I'm sure that i'm doing the
cleanup job calling .Quit method of the object, e calling
ReleaseComObject(...), but yet, but "the one" still
remaining in memory.

What's happening ?
Thanks.
 
H

Helmut Weber

Hi Felipe,
just a guess. If Outlook is configured to use Word
as EMail-Editor and in similar scenarios,
then this is the one instance, you won't get rid of.
Hope it helps.
Greetings from Bavaria, Germany
Helmut Weber
"red.sys" & chr$(64) & "t-online.de"
Word 97, W98
 
F

Felipe Garcia

Thanks man. my outlook is configured to use word, but
before start my application i close all word instances
currently running.
 
H

Helmut Weber

Hi Felipe,
how do you do that? The only way, I know, is to kill
the process using NT Task Manager. And I do that
manually, as I don't know any other way. And there is
still spelling check in outlook, which uses word as well.
Greetings from Bavaria, Germany
Helmut Weber
"red.sys" & chr$(64) & "t-online.de"
 

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