Windows 7 64 bit regsvr32 注册控件问题
由 非洲饿鱼 于 星期二, 12/01/2009 - 23:22 发表
[Window Title]
RegSvr32[Content]
The module "dcld.ocx" was loaded but the call to DllRegisterServer failed with error code 0x80004005.For more information about this problem, search online using the error code as a search term.
[OK]
[Window Title]
RegSvr32[Content]
The module "dcld.ocx" failed to load.Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
The specified module could not be found.
[OK]
解决办法:
到SysWOW64再注册控件
cd C:\Windows\SysWOW64\
regsvr32 D:\asdfasdfasdf.ocx
