View Full Version : DCOM Config - Missing Microsoft Word Document


Greg
05-17-2006, 10:45 PM
I have built a application in ASP.NET 1.1 on my development box that had the
Mirosoft Office Pro 2K3 on it. Now I am moving the application to a web
server that does not have Mirosoft Office Pro 2K3.

I used a reference to the Microsoft Word 11.0 Object Library in my
application, however when I try to run my application on the web server I am
getting a exception. I checked DCOM Config on the web server and the
Microsoft Word Document is not there.

Will I get the Microsoft Word Document object in DCOM Config if I install
the Microsoft Office 2003 Web Components on the web server?

Thanks,

Greg
PCAZ

Alvin Bruney
05-18-2006, 02:01 AM
OWC is not related to DCOM configuration. If you assembly/application
requires an install of Office on the server, you have no alternative but to
install it.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Greg" <Greg@discussions.microsoft.com> wrote in message
news:404393D3-75D5-4E30-B5C6-B5C7EB2BEF2C@microsoft.com...
>I have built a application in ASP.NET 1.1 on my development box that had
>the
> Mirosoft Office Pro 2K3 on it. Now I am moving the application to a web
> server that does not have Mirosoft Office Pro 2K3.
>
> I used a reference to the Microsoft Word 11.0 Object Library in my
> application, however when I try to run my application on the web server I
> am
> getting a exception. I checked DCOM Config on the web server and the
> Microsoft Word Document is not there.
>
> Will I get the Microsoft Word Document object in DCOM Config if I install
> the Microsoft Office 2003 Web Components on the web server?
>
> Thanks,
>
> Greg
> PCAZ