PDA

View Full Version : Georges - Windows Server 2012


KingMort
03-03-2013, 01:39 PM
Hi George,

When I try to run the register_ocx batch file in Windows Server 2012 it bounces back error messages when trying to load the following :

a.ocx
DXAnimatedGIF.ocx
imagelist.ocx
MSCOMCTL.OCX
VFmp3player.ocx


The Error message is this :
The module "blah.ocx" failed to load. Make sure the binary is stored at the specific path or debug it to check for problems with the binary or dependent .DLL files. The specified module could not be found

However when it hits quartz.dll it loads successfully saying DllRegisterServer in quartz.dll succeeded.


Morty

LordAdakos
03-03-2013, 08:45 PM
might need to register them manually, i had do several with win7 x64 server...
open up a command prompt as admin and navigate to the directory:
then do "Regsvr32 OCXDLLNAME.EXT" and see if that helps