When I try to register a dll that has been registered and works on one copy of Windows Server 2003 on another Windows Server 2003 server, I get the error message
is there any way to determine exactly what module is being referred to? CodeGenAX.dll is an ActiveX wrapper for CodeGen.dll. I have both dlls in the windows/system32 directory. I have exhausted my little experience with regsvr32 and I really need to figure out why this dll won't register, so that I can hopefully get it to register.
Any thoughts out there for me? Please?
Willie
Code:
LoadLibrary("CodeGenAX.dll") Failed - The specified module could not be found.
is there any way to determine exactly what module is being referred to? CodeGenAX.dll is an ActiveX wrapper for CodeGen.dll. I have both dlls in the windows/system32 directory. I have exhausted my little experience with regsvr32 and I really need to figure out why this dll won't register, so that I can hopefully get it to register.
Any thoughts out there for me? Please?
Willie