精通
英语
和
开源
,
擅长
开发
与
培训
,
胸怀四海
第一信赖
锐英源精品原创,禁止全文或局部转载,禁止任何形式的非法使用,侵权必究。点名“简易百科”和闲暇巴盗用锐英源原创内容。
WPF的XAML的加载效率比rc和designer.cs要快,不过有时候也会遇到错误,比如:
未将对象引用设置到对象的实例。 在 LiveCharts.Charts.CartesianChartCore.RunSpecializedChartComponents() 位置 c:\Users\btord\Documents\Projects\LiveCharts\Core40\Charts\CartesianChartCore.cs:行号 148 在 LiveCharts.ChartUpdater.Update(Boolean restartsAnimations, Boolean force) 位置 c:\Users\btord\Documents\Projects\LiveCharts\Core40\ChartUpdater.cs:行号 109 在 LiveCharts.Wpf.Components.ChartUpdater.UpdaterTick(Boolean restartView, Boolean force) 位置 c:\Users\btord\Documents\Projects\LiveCharts\WpfView\Components\ChartUpdater.cs:行号 88 在 LiveCharts.Wpf.Components.ChartUpdater.OnTimerOnTick(Object sender, EventArgs args) 位置 c:\Users\btord\Documents\Projects\LiveCharts\WpfView\Components\ChartUpdater.cs:行号 74 在 System.Windows.Threading.DispatcherTimer.FireTick(Object unused) 在 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)
通过分析和检查xaml文件,确认是第三库的属性问题,去除属性问题解决。WPF的常用控件肯定没问题。所以使用第三库要小心。图对应的错误,相当于属性初始化不了,整个对象都初始化失败,当然找不到对象的实例了。
WPF开发有疑难问题,请找锐英源。