DllRegister Server Error 0x8007007e
-
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."
-
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."
-
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
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."
-
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
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."
-
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."
-
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
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."
-
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."
-
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."
-
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."
-
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."
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."