The computer where you're trying to register the DLL might not have all of the DLL's dependancies. Make sure that whatever the DLL references is present on the computer you're trying to register it on.
"The computer where you're trying to register the DLL might not have all of the DLL's dependancies. Make sure that whatever the DLL references is present on the computer you're trying to register it on."
-- Also make sure that the pathing to the dependancies is set as well.
Originally posted by vbgladiator The computer where you're trying to register the DLL might not have all of the DLL's dependancies. Make sure that whatever the DLL references is present on the computer you're trying to register it on.
If the dll doen't have a DLLRegisterServer entry point, it is probably not a COM dll. Only COM dll's need to be registered.
Other DLL's must be placed in a location in the PATH environment variable. Mostly the system/system32 directory is used.
Oh, and it is definitely not a dependency problem. You would have got a different error message for that.