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. General Programming
  3. C / C++ / MFC
  4. DllRegister Server Error 0x8007007e

DllRegister Server Error 0x8007007e

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++comsysadminquestion
10 Posts 3 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.
  • S Offline
    S Offline
    Schehaider_Aymen
    wrote on last edited by
    #1

    Hello, I was devolopping a simple COM ATL Server project and when i tried to register the dll it shows me an error with 0x8007007e and telling me the file was found but can't register it. How could i fix this prob ? All my attempts creating and recrating the projects seems to fail due to that error. Thank you

    "The Ultimate Limit Is Only Your Imagination."

    K S 2 Replies Last reply
    0
    • S Schehaider_Aymen

      Hello, I was devolopping a simple COM ATL Server project and when i tried to register the dll it shows me an error with 0x8007007e and telling me the file was found but can't register it. How could i fix this prob ? All my attempts creating and recrating the projects seems to fail due to that error. Thank you

      "The Ultimate Limit Is Only Your Imagination."

      K Offline
      K Offline
      KarstenK
      wrote on last edited by
      #2

      check that all needed dlls are reachable for the dll. Often it is an debug dll. Dependency Walker takes that job for me.

      Press F1 for help or google it. Greetings from Germany

      S 2 Replies Last reply
      0
      • K KarstenK

        check that all needed dlls are reachable for the dll. Often it is an debug dll. Dependency Walker takes that job for me.

        Press F1 for help or google it. Greetings from Germany

        S Offline
        S Offline
        Schehaider_Aymen
        wrote on last edited by
        #3

        Ok i opened my dll with that tool, it told me that i have 2 dlls module hnot found which are ieframe.dll and shlwapi.dll but when i opened the windows\system32 i found those dlls existing so i think that there's sth going wrong and related to Dll Hell :(

        "The Ultimate Limit Is Only Your Imagination."

        1 Reply Last reply
        0
        • K KarstenK

          check that all needed dlls are reachable for the dll. Often it is an debug dll. Dependency Walker takes that job for me.

          Press F1 for help or google it. Greetings from Germany

          S Offline
          S Offline
          Schehaider_Aymen
          wrote on last edited by
          #4

          Re, i do install IE8 and all seem going well on Dependency walker but my project still refuse to register the COM's Dll :confused:

          "The Ultimate Limit Is Only Your Imagination."

          K C 2 Replies Last reply
          0
          • S Schehaider_Aymen

            Re, i do install IE8 and all seem going well on Dependency walker but my project still refuse to register the COM's Dll :confused:

            "The Ultimate Limit Is Only Your Imagination."

            K Offline
            K Offline
            KarstenK
            wrote on last edited by
            #5

            i got no clue, other than Dep Walker, or you mus try an fresh installed Windows to proof that your PC hasnt an defect.

            Press F1 for help or google it. Greetings from Germany

            S 1 Reply Last reply
            0
            • K KarstenK

              i got no clue, other than Dep Walker, or you mus try an fresh installed Windows to proof that your PC hasnt an defect.

              Press F1 for help or google it. Greetings from Germany

              S Offline
              S Offline
              Schehaider_Aymen
              wrote on last edited by
              #6

              I'm using Visual Studio 6.0 under Windows Server 2008 besides i have MSV2005 installed too. so maybe it's due to multiple IDE Framework. But when i create a new blank ATL COM project and i compile it then Try to register the DLL some times it works but when i add a new ATL Object it don't wanna go. As u said may be i have to reinstall my OS and use one MVS.

              "The Ultimate Limit Is Only Your Imagination."

              K 1 Reply Last reply
              0
              • S Schehaider_Aymen

                Re, i do install IE8 and all seem going well on Dependency walker but my project still refuse to register the COM's Dll :confused:

                "The Ultimate Limit Is Only Your Imagination."

                C Offline
                C Offline
                Code o mat
                wrote on last edited by
                #7

                Maybe ask on the COM[^] message board too, in case you haven't yet.

                > The problem with computers is that they do what you tell them to do and not what you want them to do. < > Computers are evil, EVIL i tell you!! <

                S 1 Reply Last reply
                0
                • S Schehaider_Aymen

                  I'm using Visual Studio 6.0 under Windows Server 2008 besides i have MSV2005 installed too. so maybe it's due to multiple IDE Framework. But when i create a new blank ATL COM project and i compile it then Try to register the DLL some times it works but when i add a new ATL Object it don't wanna go. As u said may be i have to reinstall my OS and use one MVS.

                  "The Ultimate Limit Is Only Your Imagination."

                  K Offline
                  K Offline
                  KarstenK
                  wrote on last edited by
                  #8

                  "s but when i add a new ATL Object it don't wanna go. " looks like dll hell. You better get rid of the good old VS 6 :(( Deinstall both VS and reinstall only VS2005.

                  Press F1 for help or google it. Greetings from Germany

                  1 Reply Last reply
                  0
                  • C Code o mat

                    Maybe ask on the COM[^] message board too, in case you haven't yet.

                    > The problem with computers is that they do what you tell them to do and not what you want them to do. < > Computers are evil, EVIL i tell you!! <

                    S Offline
                    S Offline
                    Schehaider_Aymen
                    wrote on last edited by
                    #9

                    i'm trying to make a new one under the MVS6.0 on another computer (Win 2003 + MVS 6.0) i hope that it ll work. I posted a message on the COM Board..; ... please wait :-\

                    "The Ultimate Limit Is Only Your Imagination."

                    1 Reply Last reply
                    0
                    • S Schehaider_Aymen

                      Hello, I was devolopping a simple COM ATL Server project and when i tried to register the dll it shows me an error with 0x8007007e and telling me the file was found but can't register it. How could i fix this prob ? All my attempts creating and recrating the projects seems to fail due to that error. Thank you

                      "The Ultimate Limit Is Only Your Imagination."

                      S Offline
                      S Offline
                      Schehaider_Aymen
                      wrote on last edited by
                      #10

                      Ok here some news, i compiled my project under wind2003 with MVS6.0 only installed and it works, no error message like Error DllServer. All is green and i'm happy :-O . But may be the question how could we fix the prob of DllRegister under a PC with more than 1 MVS installed. :^)

                      "The Ultimate Limit Is Only Your Imagination."

                      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