Register a dll in Windows Server 2003
Posted
by Karee
on Super User
See other posts from Super User
or by Karee
Published on 2010-03-31T15:12:29Z
Indexed on
2010/03/31
15:23 UTC
Read the original article
Hit count: 880
I'm trying to register some DLLs for a particular application but having some problems. The DLLs are stored in the application folder in the D: drive.
I run cmd.exe, go to the D: drive and run regsvr32, but it gives me the error: "The was loaded, but the DllRegisterServer entry point was not found. This file cannot be registered."
After searching for other solutions, I also tried copying the DLLs into the C:\WINDOWS\system32 folder and running regsvr32 directly there but that didn't work either. It gave me the same error.
I'm not very familiar with Windows Administration, so I may need detailed instructions/explanations. Any help would be greatly appreciated! Thank you very much!
© Super User or respective owner