Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when am trying to create Excel file in web service am getting below exception,pls tell me how to resolve this

Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied.
Posted

1 solution

There are a large number of things that can cause this error, most of them permissions related.
Have a look here: microsoft office interop error[^]
And if that doesn't solve it, then start looking at the links Google can give you: Google[^]

If you get a problem with an error like this, pass the error message complete to google - it generally has been solved before.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900