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
Loading
Hirendra SisodiyaPosted Oct 30, 2010, 5:04 AM
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