tags:

views:

12

answers:

0

I have an application who reads word-files from a database, opens them and saves them as a .html file. The application works fine, but now i want to call the application from a service. I can call the right functions etc. but, on the line wordApp.Open(...) it doesn't open my file (who exists!) and returns me a null object. Anyone who knows what could be the problem? Administrator rights or something?