Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When i call PPT objects then system through error :

System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {91493441-5A91-11CF-8700-00AA0060263B} failed due to the following error: 80070005.

What I have tried:

i given full permission of iis user and ppt files .
Posted
Updated 23-Jul-16 19:40pm
v2
Comments
ZurdoDev 24-Jul-16 19:00pm    
Is PowerPoint installed on the server where IIS is?
Amresh Bahadur Singh 25-Jul-16 1:23am    
Yes PowerPoint 10 And 13 both are install on the server
PeejayAdams 25-Jul-16 11:34am    
What account are you using on the application pool?
Amresh Bahadur Singh 26-Jul-16 2:02am    
IIS User
PeejayAdams 26-Jul-16 4:23am    
IIS User is a guest account so probably won't have sufficient permissions, try setting the application pool identity to a built-in account - LocalSystem should work.

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