G
Guest
I hope I'm in the correct forum for this, as the problem is hard to categorize.
I have a VS 2005 asp.net application that invokes Word 2003 to opean and
read a word document. the aplication have <identity impersonate="true"/> .
The application works fine on my machine (Win XP SP2 and Office 2003 SP2) but
when I deploy the app to a server (Server 2003, Office 2003 SP2) everything
works fine except when I try to launch Word. The application receives the
following error:
Retrieving the COM class factory for component with CLSID
{000209FF-0000-0000-C000-000000000046} failed due to the following error:
80070005
I have modified the DCOM (via DCOMCNFG) to give full control for Microsoft
word document to my personals groups
The code invoking word is simply this:
Dim AplicacionWord As New Microsoft.Office.Interop.Word.Application()
Dim DocWord As Microsoft.Office.Interop.Word.Document
Thanks!
I have a VS 2005 asp.net application that invokes Word 2003 to opean and
read a word document. the aplication have <identity impersonate="true"/> .
The application works fine on my machine (Win XP SP2 and Office 2003 SP2) but
when I deploy the app to a server (Server 2003, Office 2003 SP2) everything
works fine except when I try to launch Word. The application receives the
following error:
Retrieving the COM class factory for component with CLSID
{000209FF-0000-0000-C000-000000000046} failed due to the following error:
80070005
I have modified the DCOM (via DCOMCNFG) to give full control for Microsoft
word document to my personals groups
The code invoking word is simply this:
Dim AplicacionWord As New Microsoft.Office.Interop.Word.Application()
Dim DocWord As Microsoft.Office.Interop.Word.Document
Thanks!