Problem finding office DCOM in Component Services in Windows 7
Posted
by Tomas I
on Stack Overflow
See other posts from Stack Overflow
or by Tomas I
Published on 2009-11-30T10:04:32Z
Indexed on
2010/04/18
3:03 UTC
Read the original article
Hit count: 985
I have a problem getting my word and excel to work in ASP .NET.
I get the error message: {System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005. at xxx.Utility.WordDocument..ctor(String filePath, HttpServerUtility util) at customer_communication.BuCreate_click(Object sender, EventArgs e) in
This means I have access problem to the DCOM files. In Vista this isnt a problem, all I have to do there is to run "dcomcnfg" and in there find the Microsoft Excel dcom file.
In Windows 7 I cant find it, and I have no idea what to do now...
If anyone could help me that would be great!
© Stack Overflow or respective owner