COM CLASS Security Error -
03-20-2007
, 06:07 AM
Dear all,
I have implemented a web based application in C#.NET. I have a problem
when I try to initialize an email using outlook object like this:
Outlook.ApplicationClass objOutlk;
objOutlk = new Outlook.ApplicationClass();
and I get the following error:
Retrieving the COM class factory for component with CLSID
{0006F03A-0000-0000-C000-000000000046} failed due to the following error:
80080005.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving
the COM class factory for component with CLSID
{0006F03A-0000-0000-C000-000000000046} failed due to the following error:
80080005.
Please note that there is Outlook(2003) installed on the server and that in
debug mode the application works fine.
Any help will be appreciated…
Yours sincerely,
Pepis Manolis
Syscom SA |