I\'m writing an application that needed a MSWord document parser.
I\'m using Microsoft.Office.Interop.Word.Document to extract the texts from the documents, but even
If you want to end the process you need to call Quit on the Application object - see http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.applicationclass.quit%28v=office.14%29.aspx
Quit
Application