Hello
I have the following scenario.
I have the following scenario.
- Word is not running
- I create a netoffice word Application object from an independent .NET application
- open a document and make some manipulation from the .NET application
- the manipulation from the .NET application is completed
- the document must remain open and the user uses the document for what ever he wants to do
-
does I have to call Application.Dispose() on the Netoffice Wrapper in the independent .NET Application in this case or not?