+ Reply to Thread
Results 1 to 1 of 1

Thread: Word Automation issue in ASP.Net 2.0 in IIS 6.0 64 bit mode, Windows server 2003

  1. #1
    Kiran Beladiya is offline VB.NET Forum Newbie Kiran Beladiya is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Dec 2006
    Posts
    4
    Reputation
    0

    Default Word Automation issue in ASP.Net 2.0 in IIS 6.0 64 bit mode, Windows server 2003

    I've the Word Automation problem in my asp.net 2.0 website.. I've applied all the proposed solutions so far to give rights in DCOMCNFG.

    I have asp.net 2.0 web application running on
    -Windows server 2003 64 bit version
    -IIS 6.0 64-bit
    -Microsoft Office 2007


    I am doing simple mail merge using WORD com object, I've given rights to all the keys bellow in DCOMCNFG:
    {000209FE-0000-0000-C000-000000000046}
    {000209FF-0000-0000-C000-000000000046}
    {00020906-0000-0000-C000-000000000046}

    tried to give full rights to Network Service, Interective User and Finally Everyone. Also tried with 'interactive user' as well 'launching user'. But I am still getting the same error of access denied. The exact errormessage is as bellow:

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

    OR

    Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 8000401a.

    The strange thing is, when i run the same code in a test windows application on that server, it works fine!

    Does anybody have solution that work with IIS 6.0 64-bit too?
    Last edited by Kiran Beladiya; 05-15-2009 at 7:03 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

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