由于错误80020101而无法完成操作

问题描述:

我正在运行ExtJS 4.1应用程序.它在FireFox中运行正常,但是在Internet Explorer 8中出现此错误:Could not complete the operation due to error 80020101.

I am running an ExtJS 4.1 application. It is running just fine in FireFox, but I get this error in Internet Explorer 8: Could not complete the operation due to error 80020101.

我发现了各种可能的修复程序,但似乎都无法满足我的需求.

I have found various possible fixes, but none seemed to fit my needs.

如何使该应用程序在IE8中运行?

How can I make the application work in IE8?

错误80020101是AJAX错误,因此有许多潜在的问题需要调查.一个有用的起点可能是一个先前的SO问题 https://stackoverflow.com/a/10275316/1204258 对象定义中的尾部逗号.

Error 80020101 is an AJAX error, so there are a number of potential issues to investigate. A useful starting point might be a prior SO question https://stackoverflow.com/a/10275316/1204258 which deals with trailing commas in object definitions.