error on IIS Converting text to word format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganesh22
    Banned
    New Member
    • Sep 2007
    • 81

    #1

    error on IIS Converting text to word format

    Hi,
    Iam getting the below error while my application is running on IIS. in my application iam converting a text into word format, so i added some .dll from COM for converting word format

    error:
    Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005.
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Originally posted by ganesh22
    Hi,
    Iam getting the below error while my application is running on IIS. in my application iam converting a text into word format, so i added some .dll from COM for converting word format

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

    From what I've read (but never experienced personally), that's an "Access Denied" type error. Make sure that Word is installed for everyone to use and access properly on your webserver. I can't remember what account IIS uses for these kind of things, but if that account can't access the application or the dll the application won't run.

    Comment

    Working...