COM class factory error: 8000401a.

  • Thread starter Thread starter Varun_Dev
  • Start date Start date
V

Varun_Dev

Guest
Hello

I have been trying to solve this problem since many days. I created charts on my web page using chart control and then saved those charts in temp folder. I want to export thses charts to excel file . The good thing is , I was able to that on my local machine.
But whenh I put the same code in server 2003 , I start getting error :
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a.

on this line:
xlApp = new Excel.ApplicationClass();


I think I have tried every solution avaialable but seems I am still missing on something. Can someone please help me step by step to follow some tutorial. I know this perms problem , but where I dont know..
Please help ?

Thanks
Varun

Continue reading...
 
Back
Top