E
Enn
I have written a C# application which uses Word 2003 Application and
Documents via Interop. I display a Word document in the user control which in
turn is in the Windows Form. All works fine until I open the Outlook when my
program is running. Once when Outlook gets opened, I heard it shares the
Addins of the Word 2003. When I close my application the Winword.exe is still
available in the task manager. When Outlook is closed it will not terminate
this Winword.exe instance either making it a orphan. I need to kill it
manually from the task manager.
My questions:
1. How do I prevent Outlook from using the word addins whether it is opened
after my program starts executing or before?
2. Is there any way by which I can prevent Outlook sharing the addins from
MY instance of Word?
Thanks in advance
Documents via Interop. I display a Word document in the user control which in
turn is in the Windows Form. All works fine until I open the Outlook when my
program is running. Once when Outlook gets opened, I heard it shares the
Addins of the Word 2003. When I close my application the Winword.exe is still
available in the task manager. When Outlook is closed it will not terminate
this Winword.exe instance either making it a orphan. I need to kill it
manually from the task manager.
My questions:
1. How do I prevent Outlook from using the word addins whether it is opened
after my program starts executing or before?
2. Is there any way by which I can prevent Outlook sharing the addins from
MY instance of Word?
Thanks in advance