Click here to Skip to main content
15,905,776 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi all,
I am implemented functionality for opening email content in Outlook. Its working fine in Visual studio debugging mode. But in iis its showing error

"Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005."

Its the problem of privileges instantiate for Outlook COM components. I tried some steps that i got from google search. But not working. Please see below link.


http://technoblogy.net/retrieving-the-com-class-factory-for-component-with-clsid-00024500-0000-0000-c000-000000000046-failed-due-to-the-following-error-80040154/[^]

Please help me to resolve from this Error.
Thanks,
Manu v nath
Posted

1 solution

This method wont work. Calling Office components(Ex: Outlook) from server code is clearly something Microsoft does not support. Please see the attached screen shot and Microsoft support link : http://support.microsoft.com/kb/257757 .
 
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