Application installed ok. All previous versions worked. I get the following errors: -
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Divelements.Mapping.ComplexGeometry.xed3e11f57244d7cb()
at Divelements.Mapping.TwoDimensionalGeometry.GetPoints()
at Divelements.Aviation.FlightPlanner.Rendering.x2c1c98f7e7ef4c48.x1a89deb7cc499658(GeometryEntity x4181df4cd38a69a0)
at Divelements.Aviation.FlightPlanner.Rendering.x2c1c98f7e7ef4c48.x309a321eaca6b213(GeometryEntity x4181df4cd38a69a0)
at Divelements.Aviation.FlightPlanner.Rendering.x2c1c98f7e7ef4c48.xdde427ad235f604b(Graphics x41347a961b838962, GeometryEntity xa9a706768ab5b5b1, Pen x90279591611601bc)
at Divelements.Aviation.FlightPlanner.Rendering.xc33d26eab04d7957.x32e22c96910a9b10(x2c1c98f7e7ef4c48 xd0bb5d9c9ba91857, xd7cb7ac31049ffae x0f7b23d1c393aed9, AirspaceEntity xa9a706768ab5b5b1)
at Divelements.Aviation.FlightPlanner.Rendering.x867d3d2864d7f7d1.DrawGeometryEntity(xd7cb7ac31049ffae context, GeometryEntity entity)
at Divelements.Aviation.FlightPlanner.Rendering.x2c1c98f7e7ef4c48.xe406325e56f74b46(Graphics x41347a961b838962, Rectangle xe831729bf4ec9571)
at Divelements.Aviation.FlightPlanner.Rendering.x970ba8497cedc724.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(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.4200 (NetFxQFE.050727-4200)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
SkyAngel
Assembly Version: 0.9.8.16605
Win32 Version: 0.9.8.16605
CodeBase: file:///C:/Program%20Files%20(x86)/Divelements%20Limited/SkyAngel%20Plan/SkyAngel.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
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.4016 (NetFxQFE.050727-4000)
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.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Divelements.SandGrid
Assembly Version: 2.2.1.1
Win32 Version: 2.2.1.1
CodeBase: file:///C:/Program%20Files%20(x86)/Divelements%20Limited/SkyAngel%20Plan/Divelements.SandGrid.DLL
----------------------------------------
SandDock
Assembly Version: 3.0.5.1
Win32 Version: 3.0.5.1
CodeBase: file:///C:/Program%20Files%20(x86)/Divelements%20Limited/SkyAngel%20Plan/SandDock.DLL
----------------------------------------
SandBar
Assembly Version: 1.4.2.1
Win32 Version: 1.4.2.1
CodeBase: file:///C:/Program%20Files%20(x86)/Divelements%20Limited/SkyAngel%20Plan/SandBar.DLL
----------------------------------------
System.Web.Services
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.
Any ideas?