Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
64 bit OCX registration error
regsvr32.exe returns this error message. I am running command as administrator. I am using the 64bit c:\windows\system32\regsvr32
The module "SRPControls64.ocx" failed to load.
Make sure the binary is stored at the specified path or
debug it to check for problems with the binary of
dependent .DLL files
The specified module could not be found.
This is on a 2012 Windows servers. Is there a dependency I need to install on the server?
Thanks.
The module "SRPControls64.ocx" failed to load.
Make sure the binary is stored at the specified path or
debug it to check for problems with the binary of
dependent .DLL files
The specified module could not be found.
This is on a 2012 Windows servers. Is there a dependency I need to install on the server?
Thanks.
Comments
I tried to register the ocx on a windows 2008 server. This returned the above error.
I tried again on a 2012 server and it was successful.
We do not need to support Windows 2008, so please disregard.
I'm not sure how to troubleshoot from here - any ideas?
Cheers, M@
That error is suggesting that our OCX uses a particular method that doesn't exist in the version of the DLL installed on that machine. So, the DLL is there, but the desired method is not. That usually indicates that an older version of the DLL replaced the more current one. I can't tell what DLL (if any) would be responsible from this screenshot alone.
Cheers, M@