HighTechTalks DotNet Forums  

COM CLASS Security Error

Dotnet Security microsoft.public.dotnet.security


Discuss COM CLASS Security Error in the Dotnet Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Pepis Manolis (Syscom S.A.)
 
Posts: n/a

Default 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

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.