我正在处理一个旧的vb应用程序,当我使用这个应用程序时,我得到了这个折叠错误:
document.all["ScoringMessageBox$MessageLabel"].innerHTML = "An error occurred while loading the score model.<br>SUCCESS: Set Model Language<br>FAILED: Set Model parameters<br>ERROR: 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 '{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}' failed due to the following error: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).";
var RedirectAfterClick = document.getElementById('RedirectAfterClick'); 下面列出了一些我已经尝试过的东西(谷歌搜索),但没有成功:
拜托,你能帮我吗?
发布于 2012-12-28 09:44:56
你应该检查一个32位对64位的问题。脚本控件只是一个32位的组件.如果计划使用脚本控件,则不能让IIS以64位的形式运行.
https://stackoverflow.com/questions/14067222
复制相似问题