【问题标题】:ajaxpro 2.0 : IE 10 sends an error when an ajax function is in the callback functionajaxpro 2.0:当 ajax 函数在回调函数中时,IE 10 发送错误
【发布时间】:2025-12-18 14:35:01
【问题描述】:

我在 .net 4.0 应用程序中使用 Ajaxpro.2。一个普通的 Ajax-Function 可以完美运行,但是当我想在回调函数中添加另一个 Ajax-Function 时,IE 10 在第 412 行的 core.ashx 中发送脚本错误 16389:this.xmlHttp.open("POST", this.url,异步); 这个错误只出现在IE10!!!

您好,谢谢 迈克尔

【问题讨论】:

  • 你找到解决办法了吗?

标签: .net callback internet-explorer-10 ajaxpro


【解决方案1】:

我遇到了同样的问题。就我而言,我使用的是旧版本的 AjaxPro。我将其更新为 9.2.17.1 (http://ajaxpro.codeplex.com/releases/view/23363)。我再次将它添加到项目中并且它起作用了。

【讨论】: