1
Answer

Microsoft Outllok issue

b b

b b

14y
2.2k
1
Hi

I added references of Outlook into my application for opening email client using my ASP.NET project. its working fine in DEBUG mode

but when i install this application or running through IP address , this following error is shown

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

How should i solve this problem.I am using ASP.NET 2.0 with C#.


regards,
B
Answers (1)
0
Hirendra Sisodiya

Hirendra Sisodiya

NA 8.8k 3m 14y
Hello b b

i think this error is related to  missing outlook library reference,  check  your published application that library is present or not. one more thing for accessing email client it is need to installed outlook on local machine.


thanks