I am using the office interop to open word documents and saving as html to do parsing work. After a few executions I notice that in the task manager under processes there are still instances of WINWORD.EXE running. I have used the
following to close the object but it is still there:
How do I close this in order to avoid overhead? Any ideas appreciatedCode:wordApp.Quit() wordApp = Nothing




Reply With Quote