I had tried to run the Example01 of wordapi, but at this line has some errors:
... other code
// close word and dispose reference
wordApplication.Quit();
wordApplication.Dispose(); // <----- the winword.exe do not quit, and program do not countinue until I kill the winword.exe process manually.
I am using Office 2013. How to solve it, thanks.
... other code
// close word and dispose reference
wordApplication.Quit();
wordApplication.Dispose(); // <----- the winword.exe do not quit, and program do not countinue until I kill the winword.exe process manually.
I am using Office 2013. How to solve it, thanks.