Я работаю над старым vb применением и когда я использую этого, я получил этот после ошибки:
document.all["ScoringMessageBox$MessageLabel"].innerHTML = "An error occurred while loading the score model.
SUCCESS: Set Model Language
FAILED: Set Model parameters
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');
Вот список вещей, которые я уже попробовал (поиск Google), но без успеха:
Пожалуйста, вы могли помочь мне с этим?