asp:Panel中的按钮仅在IE10中导致异常

时间:2013-04-22 08:52:26

标签: asp.net internet-explorer

我在LinkButton内有一个asp:Panel。当我单击确认按钮时,我在IE10控制台中看到以下内容:

SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, Could not complete the operation due to error 80700013.

SCRIPT5022: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0

当我查看事件查看器时,我看到了:

    Exception information: 
    Exception type: ArgumentNullException 
    Exception message: Value cannot be null.
Parameter name: exception
   at System.Web.UI.AsyncPostBackErrorEventArgs..ctor(Exception exception)
   at System.Web.UI.PageRequestManager.OnPageError(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.general_resetpassword_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

这在IE10中仅发生 。在IE9,IE8,Chrome和Firefox这个工作,我被重定向继续应用程序的流程。 我在asp.net 4.0,IIS7.5和Windows server 2008 r2。

我已经安装了KB2600088,所以这不是问题。有人见过这个吗?

1 个答案:

答案 0 :(得分:-1)

当我厌倦了解决这个问题时,我只是删除了“面板”,一切正常。我还开了一个微软MSDN支持的案例,只是为了笑。