梦想去旅行 发表于 2023-4-27 16:20:41

【8.0.102】设计器组件异常




在设计器创建一个组件,插入图表(折线图/饼图/雷达图...),设置数据源,保存后再打开,或设置保存的时候,会出现如上异常!


1
Tid:1 2023/4/27 16:17:16: An unhandled exception happed.
Tid:1 2023/4/27 16:17:16: Assembly: Forguncy, Version=8.0.102.0, Culture=neutral, PublicKeyToken=967100671921c115 -----------{
"ClassName": "System.ArgumentOutOfRangeException",
"Message": "索引超出范围。必须为非负值并小于集合大小。",
"Data": {
    "$type": "System.Collections.ListDictionaryInternal, mscorlib",
    "System.Object": null
},
"InnerException": null,
"HelpURL": null,
"StackTraceString": "   在 System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   在 GrapeCity.Windows.SpreadSheet.Data.SpreadChartElementCollection`1.get_Item(Int32 index)
   在 Forguncy.Model.a.o.g()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   在 Forguncy.Model.a.l.f()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   在 Forguncy.Model.a.q.e()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   在 Forguncy.Model.a.p.d()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
   在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": "8
ThrowArgumentOutOfRangeException
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.ThrowHelper
Void ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource)",
"HResult": -2146233086,
"Source": "mscorlib",
"WatsonBuckets": null,
"ParamName": "index",
"ActualValue": null
}

CurrentMethodName: App_DispatcherUnhandledException


Lay.Li 发表于 2023-4-27 17:29:52

大佬,有没有复现步骤呢,您是怎么操作出现这个问题的呢,方便的话建议您可以发一个demo上来,这样我们也可以更好的去调查这个问题:loveliness:
页: [1]
查看完整版本: 【8.0.102】设计器组件异常