I've been having an exception show up on some client machines (never seen it on the development machines) that I'm having a hard time fixing. I'm not even sure if it's an issue with our software or the Winforms control. It is relatively rare, which makes it hard to track down.
----------------------------------------------------------------------------
Exception Information
----------------------------------------------------------------------------
Source : System.Drawing
Target : .ctor
Type : System.ArgumentException
Errors
----------------------------------------------------------------------------
Parameter is not valid.
Stack Trace
----------------------------------------------------------------------------
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
at ThinkGeo.MapSuite.DesktopEdition.WinformsMap.x13b023a82ad02573(Overlay x8c3bff8200340d24, RectangleShape x178b193eec228e6e, Boolean x991dc8ddc7528b44)
at ThinkGeo.MapSuite.DesktopEdition.WinformsMap.x7d52d0ad1d6779cd(Boolean x991dc8ddc7528b44, RectangleShape x178b193eec228e6e)
One user reported that they were panning the map at the time. Just curious if it is an issue ya'll have seen before, and if so do you know how to fix it?
Thanks