safari IndexOutOfRangeException

时间:2009-03-18 08:29:46

标签: asp.net safari infragistics webcombo

我在我的网络应用程序(ASP.net)中使用Infragistics控件......我也在使用Ultra网格....我的应用程序在IE和Mozilla中运行良好。但在safari我收到以下错误:(这是非常模糊和模糊)...这是什么错误? 是否与兼容性问题有关?如何解决这个问题?

索引超出了数组的范围。

Description: An unhandled exception occurred during the execution of the current web *request. Please review the stack trace for more information about the error and where it originated in the code. 
Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Source Error: 
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: 
[IndexOutOfRangeException: Index was outside the bounds of the array.]
   Infragistics.WebUI.WebCombo.WebCombo.LoadPostData(String postDataKey, NameValueCollection values) +611
   System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +611
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2877
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053*

2 个答案:

答案 0 :(得分:0)

很可能是浏览器兼容性问题,我建议您直接联系Infragistics,询问他们Safari中是否支持他们的组件。如果是,那么您应该将此问题报告给他们作为错误。

答案 1 :(得分:0)

我遇到了与WebCombo控件相同的问题,这似乎是一个真正的兼容性问题。到目前为止,Infragistics的响应一直是更新到他们控件的最新版本,这对我来说不是一个选项:

Infragistics forum's question about this issue

相关问题