在64位Windows2008计算机上部署VB6 / .NET应用程序时,出现了此错误。
Unable to cast COM object of type 'MSScriptControl.ScriptControlClass' to
interface type 'MSScriptControl.IScriptControl'. This operation failed because the
QueryInterface call on the COM component for the interface with IID '{xxx}' failed
due to the following error: Error loading type library/DLL. (Exception from HRESULT:
0x80029C4A (TYPE_E_CANTLOADLIBRARY)).发布于 2013-11-21 08:43:46
若要解决问题,请运行以下命令
以管理员身份运行CMD
regsvr32 C:\Windows\SysWOW64\MSScript.ocx
https://stackoverflow.com/questions/20116068
复制相似问题