K
Kagamoto
Hello everybody!
I'm developing an ASP.NET (v1.1) web application which includes a
reference to the "Microsoft Word 11.0 Object Library".
When I try the following code:
....
....
Microsoft.Office.Interop.Word.Application app = new
Word.ApplicationClass();
....
....
I get an ASP.NET Error "System.UnauthorizedAccessException: Access
denied"
What can be the problem?
Thanks in advance!
Bye
I'm developing an ASP.NET (v1.1) web application which includes a
reference to the "Microsoft Word 11.0 Object Library".
When I try the following code:
....
....
Microsoft.Office.Interop.Word.Application app = new
Word.ApplicationClass();
....
....
I get an ASP.NET Error "System.UnauthorizedAccessException: Access
denied"
What can be the problem?
Thanks in advance!
Bye