Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

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

Last post 04-16-2008, 7:35 AM by someswar. 2 replies.
Sort Posts: Previous Next
  •  05-14-2007, 2:31 AM 29671

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

    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 on to my WINDOWS 2000 TERMINAL SERVER , this 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,,, it is perfectly working in DEBUG mode...... only when installed in SERVER its showing the above error Thanks & regards winnie cherian
  •  11-27-2007, 8:19 PM 37016 in reply to 29671

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

    My first guess is that your COM object needs to be registered on your web server.

    Sincerely,

    Carl
    -----
    vine type - content management with standards in mind - vinetype.com
    -----
  •  04-16-2008, 7:35 AM 41437 in reply to 37016

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

    carlcamera:
    My first guess is that your COM object needs to be registered on your web server.

     

    Hi,

    I am using Outlook 2002 and trying to read mails from Inbox.

    I have added Interop.Microsoft.office.core.dll and interop.outlook.dll as references.

    now i have used the following code

    Outlook.Application objoutlook = new Outlook.Application();//getting exception

    Error would be like this:

    UnAuthorizedAccessException:

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

    I dont know where is the problem is exactly,,,,

    I am using VS 2005 and developed application in ASP.NET..

    Can u help me in this regard

    Thanks in Advance


    Someswar

View as RSS news feed in XML