due to failed Com Exception failed due to the following error: 800

H

Hemakumar

I am also using “Excel.Application myExcel = new Excel.ApplicationClass ();
†class in c#.

Retrieving the COM class factory for component with CLSID
{00024500-0000-0000-C000-000000000046} failed due to the following error:
80080005.



I was configured the DCOM setting and my application working fine. But
some time I am getting above COM exception error, I check the Exception its
throwing form “Excel.ApplicationClss()â€, I want to know why this exception
if anyone know the correct reason please help ASAP



My server is 20003

Office Excel is 2003
 
P

Patrick Molloy

should your code read:-

Excel.Application myExcel = new Excel.Application ();
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top