Our production application is based on ThinkGeo's WPFMap version 5.5. I just received this stack trace from a machine that crashed to desktop while interacting with the map. Below is the stack trace. I do not know exactly what was being done, but I believe the base overlay was google maps. Has anyone seen this exception before?
Insufficient memory to continue the execution of the program. Type = System.OutOfMemoryException Source = PresentationCore at System.Windows.Media.Imaging.RenderTargetBitmap.FinalizeCreation() at System.Windows.Media.Imaging.RenderTargetBitmap..ctor(Int32 pixelWidth, Int32 pixelHeight, Double dpiX, Double dpiY, PixelFormat pixelFormat) at ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay.6xQ=(LayerTile 7BQ=) at ThinkGeo.MapSuite.WpfDesktopEdition.InteractiveOverlay.DrawCore(RectangleShape targetExtent, OverlayRefreshType overlayRefreshType) at ThinkGeo.MapSuite.WpfDesktopEdition.Overlay.Draw(RectangleShape targetExtent, OverlayRefreshType refreshType) at ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap.NBQ=(InteractiveResult NRQ=, InteractiveOverlay NhQ=) at ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap.PxQ=(InteractionArguments QBQ=) at ThinkGeo.MapSuite.WpfDesktopEdition.WpfMap.PBQ=(Object PRQ=, MouseEventArgs PhQ=) at iBQ=.3xc=.OnMouseMove(Object sender, MouseEventArgs e) at System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) *