Hi,When clicking on the fuel for the planned section in the flight details box I get the following error, on two different computers the error is the same.
Regards, Steve
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: The attempted operation is not valid when no editor is active.
at Divelements.SandGrid.SandGridBase.set_EditorDirty(Boolean value)
at Divelements.SandGrid.GridUpDownEditor.OnValueChanged(EventArgs e)
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at System.Windows.Forms.NumericUpDown.set_Minimum(Decimal value)
at Divelements.Aviation.FlightPlanner.UI.x3381580aa1dd6906.xdce26a76befdc69e.ConfigureEditor(IGridCellEditor editor)
at Divelements.Aviation.FlightPlanner.UI.x3381580aa1dd6906.x64049722ec769c30(Object xe0292b9ed559da7d, GridBeforeEditEventArgs xfbf34718e704c6bc)
at Divelements.SandGrid.SandGridBase.OnBeforeEdit(GridBeforeEditEventArgs e)
at Divelements.SandGrid.SandGridBase.BeginEdit(GridRow row, GridColumn column, Boolean selectAll)
at Divelements.SandGrid.GridRow.BeginEdit(GridColumn column)
at Divelements.Aviation.FlightPlanner.UI.x3381580aa1dd6906.xdce26a76befdc69e.StartEdit()
at Divelements.Aviation.FlightPlanner.UI.x3381580aa1dd6906.x3c5f9adba303fb78.OnMouseDown(MouseEventArgs e)
at Divelements.SandGrid.x5d3666f49ba1c366.x35085a23be2a381a(SandGridBase x3040c866fac95193, MouseEventArgs xfbf34718e704c6bc)
at Divelements.SandGrid.SandGridBase.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at Divelements.SandGrid.SandGridBase.WndProc(Message& m)
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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
SkyDemon
Assembly Version: 1.3.3.21000
Win32 Version:
CodeBase: file:///C:/Program%20Files/Divelements%20Limited/SkyDemon/SkyDemon.exe
----------------------------------------
Divelements.Aviation
Assembly Version: 1.0.3863.20998
Win32 Version: 1.0.3863.20998
CodeBase: file:///C:/Program%20Files/Divelements%20Limited/SkyDemon/Divelements.Aviation.DLL
----------------------------------------
Divelements.SandGrid
Assembly Version: 2.2.3.1
Win32 Version: 2.2.3.1
CodeBase: file:///C:/Program%20Files/Divelements%20Limited/SkyDemon/Divelements.SandGrid.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SandDock
Assembly Version: 3.0.6.1
Win32 Version: 3.0.6.1
CodeBase: file:///C:/Program%20Files/Divelements%20Limited/SkyDemon/SandDock.DLL
----------------------------------------
Divelements.Mapping
Assembly Version: 1.0.3863.20997
Win32 Version: 1.0.3863.20997
CodeBase: file:///C:/Program%20Files/Divelements%20Limited/SkyDemon/Divelements.Mapping.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
SandBar
Assembly Version: 1.4.3.1
Win32 Version: 1.4.3.1
CodeBase: file:///C:/Program%20Files/Divelements%20Limited/SkyDemon/SandBar.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.