I am trying to control Word using ASP.NET (with C#)
but it does not work:
I can instantiate the COM (
Word.Application oWordApp = new Word.ApplicationClass(); )
but I get errors when I am trying to access member of
the object , eg oWordApp.Version.
The error message is:
"QueryInterface for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.