CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    2

    C#, ASP.net, AJAX Programming Issue

    Hi,

    I am trying to invoke the outlook mail using the outlook.Application Class. I have added the reference Microosft.Office.Interop.Outlook.dll into my bin folder of the application website.

    I have built my web application using VS.NET 2008, C#,ASP.Net, AJAX, Oracle DB and the purpose is to invoke the outlook mail, when I test it on VS.NET 2008 on my pc it was working fine and its opening the outlook mail. But when I put it on the server, it generates error like this in the message box:

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

    Please give me a solution to solve this issue. I have attached the error image to this post.

    Thanks.

    regards,

    Chinni
    Attached Images Attached Images

  2. #2
    Join Date
    Dec 2008
    Posts
    144

    Re: C#, ASP.net, AJAX Programming Issue

    This thread might be helpful: http://forums.asp.net/t/1093228.aspx

  3. #3
    Join Date
    Jun 2010
    Posts
    2

    Re: C#, ASP.net, AJAX Programming Issue

    Thank you Nikitozz.

    I have went through the process that's specified in the link but it didn't help me.

    Can anyone please come up with a solution?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured