Register a dll in Windows Server 2003
- by Karee
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!