Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/35.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Infrastics UltraWebTree选择的节点导致HttpUnhandledException_C#_Asp.net_Infragistics - Fatal编程技术网

C# Infrastics UltraWebTree选择的节点导致HttpUnhandledException

C# Infrastics UltraWebTree选择的节点导致HttpUnhandledException,c#,asp.net,infragistics,C#,Asp.net,Infragistics,Infragistics 7.1版的UltraWebTree组件有问题 出于某种原因,当我在列表中选择一个项目后尝试访问SelectedNode属性时,我得到了一个异常。以下是更多信息: System.Web.HttpUnhandledException 0x80004005:类型的异常 “System.Web.HttpUnhandledException”被抛出。-->系统。例外情况: 23.428571428571427不是Int32的有效值。-->System.FormatExceptio

Infragistics 7.1版的UltraWebTree组件有问题

出于某种原因,当我在列表中选择一个项目后尝试访问SelectedNode属性时,我得到了一个异常。以下是更多信息:

System.Web.HttpUnhandledException 0x80004005:类型的异常 “System.Web.HttpUnhandledException”被抛出。-->系统。例外情况: 23.428571428571427不是Int32的有效值。-->System.FormatException:输入字符串的格式不正确。 在System.Number.StringToNumberString str的NumberStyles选项中, NumberBuffer&number,NumberFormatInfo信息,布尔解析小数 在System.Number.ParseInt32String s中,使用NumberStyles样式, NumberFormatInfo信息位于 System.ComponentModel.Int32Converter.FromStringString值, NumberFormatInfo formatInfo位于 System.ComponentModel.BaseNumberConverter.ConvertFromitTypeDescriptor上下文 上下文、文化信息文化、对象值-内部 异常堆栈跟踪-在 System.ComponentModel.BaseNumberConverter.ConvertFromitTypeDescriptor上下文 上下文,CultureInfo区域性,位于的对象值 Infragistics.WebUI.UltraWebNavigator.ClientStateXmlParser.ProcessXmlDataUltraWebTree webTree、XmlNode、XmlNode、对象currentObj、布尔ignoreCase、, ArrayList事件列表位于 Infragistics.WebUI.UltraWebNavigator.UltraWebTree.ProcessPostDataXmlNode 博士 Infragistics.WebUI.UltraWebNavigator.UltraWebTree.LoadPostDataString postDataKey,NameValueCollection值位于 System.Web.UI.Page.ProcessPostDataNameValueCollection postData, 布尔FBEFOAT System.Web.UI.Page.ProcessRequestMain布尔值 IncludeStages在区域同步点之前,布尔值IncludeStages在区域同步点之前 位于System.Web.UI.Page.HandleErrorException System.Web.UI.Page.ProcessRequestMain布尔值 IncludeStages在区域同步点之前,布尔值IncludeStages在区域同步点之前 位于System.Web.UI.Page.ProcessRequestBoolean IncludeStages在区域同步点之前,布尔值IncludeStages在区域同步点之前 在System.Web.UI.Page.ProcessRequest处 System.Web.UI.Page.ProcessRequestWithNoAssertHttpContext上下文 位于System.Web.UI.Page.ProcessRequestHttpContext上下文 ASP.default_aspx.ProcessRequestHttpContext上下文位于 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute 在System.Web.HttpApplication.executesteppexecutionstep步骤中, 布尔&同步完成


这个问题似乎是由谷歌浏览器的缩放功能引起的。 当缩放级别未设置为100%时,此异常似乎会随机出现。 当返回到缩放级别100%时,一切又恢复正常

这可能在较新版本的Infragistics组件中得到了修复,因为该组件是在Google Chrome不存在的时候构建的

我的猜测是,用户点击是通过坐标计算的,当页面放大时,你会得到双倍而不是整数