Using the attached configuration, if I switch to Flowchart, I get a runtime error. I can 'continue' thru' it, but the flowchart window doesn't render.
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at Charting.Flowchart.jIH21h9LM(JobClass )
at Charting.Flowchart.ShowJob(JobClass j, Collection`1 Jobs, Collection`1 con, Collection`1 no)
at frmFlowChart.1yUKLCSuv(JobClass , Boolean )
at frmFlowChart.32IjMxA1T(Object , ToolEventArgs )
at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.OnToolValueChanged(ToolEventArgs e)
at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.FireEvent(ToolbarEventIds id, EventArgs e)
at Infragistics.Win.UltraWinToolbars.ComboBoxTool.ComboBoxToolExtraSharedProps.SetValue(Object value, ComboBoxTool tool)
at Infragistics.Win.UltraWinToolbars.ComboBoxTool.set_Value(Object value)
at Infragistics.Win.UltraWinToolbars.ToolBase.OnValueChanged()
at Infragistics.Win.UltraWinToolbars.UltraToolbarsManager.OnEditor_ValueChanged(Object sender, EventArgs e)
at Infragistics.Win.EmbeddableEditorBase.RaiseValueChangedEvent()
at Infragistics.Win.EditorWithCombo.Infragistics.Win.IValueListOwner.OnSelectedItemChanged()
at Infragistics.Win.ValueList.ProcessSelectedIndexChanged(Int32 selectedIndex, Boolean commit)
at Infragistics.Win.ValueListDropDown.OnSelectedIndexChanged()
at Infragistics.Win.ValueListDropDown.SetSelectedIndexHelper(Int32 value, Boolean bringIntoView)
at Infragistics.Win.ValueListDropDown.SelectItemByMouse(ValueListItem valueListItem)
at Infragistics.Win.ValueListDropDown.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at Infragistics.Win.ValueListDropDownUnsafe.WndProc(Message& message)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have a workaround for this, but I thought you might want to trap the error in a later version.
Edited by user
2009-09-22T19:42:15Z
|
Reason: Not specified