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…