I get this type of error:
2010-02-04 13:09:39,625 [Main Window UI thread] FATAL NetworkAtlas - UNHANDLED EXCEPTION CAUGHT ON UI THREAD.
2010-02-04 13:09:39,625 [Main Window UI thread] FATAL NetworkAtlas - Message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
2010-02-04 13:09:39,625 [Main Window UI thread] FATAL NetworkAtlas - Data: System.Collections.ListDictionaryInternal
2010-02-04 13:09:39,625 [Main Window UI thread] FATAL NetworkAtlas - TargetSite: IntPtr CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)
2010-02-04 13:09:39,625 [Main Window UI thread] FATAL NetworkAtlas - StackTrace: at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at System.Windows.Forms.Control.DefWndProc(Message& m)
at System.Windows.Forms.AxHost.WndProc(Message& m)
at SolarWinds.MapEngine.MapEditor.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)
2010-02-04 13:09:39,641 [Main Window UI thread] FATAL NetworkAtlas - Source: System.Windows.Forms
Computer Info:
Windows XP SP3 4GB RAM
Microsoft Frameworks Installed: 1.1, 2.0 SP2, 3.0SP2, 3.5 SP1
Case to produce this error:
If I try to do any operation in a map, such as Moving a node, or dropping a new node onto a map or saving, If I click off the application (make not active current window) while the operation is in progress (hour glass), the application crashes.
Any Ideas on how to resolve this?