Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
Keep getting exception error
posted

Hi,

Sometimes, I keep getting this error. But it works fine most of the time.  Can anyone help? Thanks!

  Message: System.NullReferenceException: Object reference not set to an instance of an object.
   at Infragistics.Win.UltraWinGrid.RefUtils.GetRowCalcIndex(UltraGridRow row, FormulaRowIndexSource rowIndexType)
   at Infragistics.Win.UltraWinGrid.RefRowIterator.GetNextRow()
   at Infragistics.Win.UltraWinGrid.RefRowIterator.MoveNext()
   at Infragistics.Win.UltraWinGrid.RefRowIterator.MoveNext()
   at Infragistics.Win.UltraWinGrid.RefCellCollection.RefCellCollectionEnumerator.MoveNext()
   at Infragistics.Win.CalcEngine.RangeCalcInfo.EvaluateNextRow()
   at Infragistics.Win.CalcEngine.UltraCalcEngine.Evaluate(Int64 ticks)
   at Infragistics.Win.CalcEngine.UltraCalcEngine.Recalc(Int64 ticks)
   at Infragistics.Win.UltraWinCalcManager.UltraCalcManager.ReCalcInternal(Int64 ticks)
   at Infragistics.Win.UltraWinCalcManager.UltraCalcManager.ReCalc(Int64 millis)
   at PortfolioMonitor.Windows.UI.MainGrid.UIHandler.ReCalcTimer.timer_Tick(Object sender, EventArgs e) in C:\Documents and Settings\a456056\a456056_view_portfolio_monitor_1.0_dev\vob_portfolio_monitor\Frontend\Code\PortfolioMonitorModule\PortfolioMonitor.Windows.UI\MainGrid\UIHandler\ReCalcTimer.cs:line 116

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    What version of the grid are you using? Do you have the latest Hot Fix? 

    Is your application using threading? This could be caused by a threading issue if data is not being properly marshalled to the UI thread.  

Children