Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. COM Retrieving error

COM Retrieving error

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netcomsysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    R Palanivel
    wrote on last edited by
    #1

    Hi i have one Zipper.dll(its in Bin directory like Introp.ZipperLib.dll)in my asp.net 2.0 project. when i work with this dll in my development machine its working fine. When i try to work with Web server its throwing the following error. Please help me to work fix this problem Retrieving the COM class factory for component with CLSID {D07EDCC5-4AB7-4B40-91AB-C5BAEE7FA608} failed due to the following error: 80040154. Regards RPL

    r_palanivel83 10:01 4 Jan '06

    K 1 Reply Last reply
    0
    • R R Palanivel

      Hi i have one Zipper.dll(its in Bin directory like Introp.ZipperLib.dll)in my asp.net 2.0 project. when i work with this dll in my development machine its working fine. When i try to work with Web server its throwing the following error. Please help me to work fix this problem Retrieving the COM class factory for component with CLSID {D07EDCC5-4AB7-4B40-91AB-C5BAEE7FA608} failed due to the following error: 80040154. Regards RPL

      r_palanivel83 10:01 4 Jan '06

      K Offline
      K Offline
      karam chandrabose
      wrote on last edited by
      #2

      Hey Palani, There might be the following scenarios, 1) you COM Component is not registered in the webserver, search your registry for "D07EDCC5-4AB7-4B40-91AB-C5BAEE7FA608" user regsvr32 command 2) your COM might not be binary compatible , may be u built it again and it changed its class id (happens with VB COM if u dont select binary compatibility) 3)The "Logged On User" -- usually the anonymous account -- does not have adequate permissions to run the control. In many cases the anonymous login account (IUSR_) does not have appropriate permissions on certain Directories/Files or the specific component and its dependencies. While less frequent, if the registry permissions for certain keys are not set correctly, it causes the control to fail to initialize 4)The "Everyone" group has been removed from having READ permissions on certain registry keys due to the mistaken notion that Everyone means ANYONE, when in actuality it simply means all validated users on the Domain/machine. check out the following link to solve your problem http://support.microsoft.com/kb/q175804/[^] BABA thats what they say , B to the A to the B to the A

      R 1 Reply Last reply
      0
      • K karam chandrabose

        Hey Palani, There might be the following scenarios, 1) you COM Component is not registered in the webserver, search your registry for "D07EDCC5-4AB7-4B40-91AB-C5BAEE7FA608" user regsvr32 command 2) your COM might not be binary compatible , may be u built it again and it changed its class id (happens with VB COM if u dont select binary compatibility) 3)The "Logged On User" -- usually the anonymous account -- does not have adequate permissions to run the control. In many cases the anonymous login account (IUSR_) does not have appropriate permissions on certain Directories/Files or the specific component and its dependencies. While less frequent, if the registry permissions for certain keys are not set correctly, it causes the control to fail to initialize 4)The "Everyone" group has been removed from having READ permissions on certain registry keys due to the mistaken notion that Everyone means ANYONE, when in actuality it simply means all validated users on the Domain/machine. check out the following link to solve your problem http://support.microsoft.com/kb/q175804/[^] BABA thats what they say , B to the A to the B to the A

        R Offline
        R Offline
        R Palanivel
        wrote on last edited by
        #3

        Hey Bose Thank you for your reply . if u dont mind can u explain me how to register my com over webserver Regards RPL

        r_palanivel83 10:01 4 Jan '06

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups