Yale,
Below, I've pasted the text of the error message. It looks like a memory leak...? Keep in mind that we were only able to capture a screenshot of the error and then ran it through optical character recognition - some of the text might be a bit mangled.
Error msg below....
----------------------------------------------------------
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using t1
below.
Stack Trace:
[AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.]
MapSuiteECW.ECWImage.GetScaledBitmap(Int32 cx, Int32 cy, Int32 width, Int32 height, Int32 destwidth, Int32 destHeight) +537
MapSuiteGeoRaster.GeoImageECW.GetScaledBitmap(Int32 cx, Int32 cy, Int32 width, Int32 height, Int32 destwidth, Int32 destHeight) +31
MapSuiteGeoRaster.GeoImage.GetScaledBitmap(Int32 cx, Int32 cy, Int32 width, Int32 height, Int32 destwidth, Int32 destHeight) +34
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeMethodHandle._InvokeMethodFast(0bject target, 0bject[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle type0wner) +0
System.RuntimeMethodHandle.InvokeMethodFast(0bject target, 0bject[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle type0wner) +71
System.ReFlection.RuntimeMethodInfo.Invoke(0bject obj, BindingFlags invokeAttr, Binder binder, 0bject[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +261
System.ReFlection.RuntimeMethodInfo.Invoke(0bject obj, BindingFlags invokeAttr, Binder binder, 0bject[] parameters, CultureInfo culture) +29
MapSuite.GeoImage.GetScaledBitmap(Int32 cx, Int32 cy, Int32 width, Int32 height, Int32 destwidth, Int32 destHeight) +413
MapSuite.ImageLayer.x51d3a13ecd447601(Graphics x26463655896fd90a, StraightRectangle x90be2e7c0a1ec986, Int32 x44d7c8fd90·Fec4ce, Int32 xeb8c·F49ae303440c, MapLengthUnits x5fee638c5fc2da6e) +4827
MapSuite.x89b9a80ac14aac3c.GetMap(Graphics g, RectangleR Extent, Int32 Canvaswidth, Int32 CanvasHeight, MapLengthUnits MapUnit, Single MapRotation) +1356
MapSuite.WebEdition.Map. x868dbaea3c75 9eb6() +893
MapSuite.WebEdition.Map.xa1d1d·F74194ccFb9() +6058
MapSuite.WebEdition.Map.Render(HtmlTextWriter writer) +40
System.Web.UI.Control.RenderControlInternal (HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl (HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl (HtmlTextWriter writer) +25
System.Web.UI.Control.RenderChildrenInternal (HtmlTextWriter writer, ICollection children) +134
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.HtmlControls.Html Form. RenderChi `I dren (HtmlTextWriter writer) +163
System.Web.UI.HtmlControls.Html Contai nerControl . Render (Html Textwri ter writer) +32
System.Web.UI.HtmlControls.Html Form. Render (Html Textwri ter output) +51
System.Web.UI.Control.RenderControlInternal (HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl (HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.HtmlControls.Html Form. RenderControl (HtmlTextWriter writer) +40
System.Web.UI.Control.RenderChildrenInternal (HtmlTextWriter writer, ICollection children) +134
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.Page. Render (HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControlInternal (HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl (HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl (HtmlTextWriter writer) +25
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBe·ForeAsyncPoint, Boolean includeStagesA*FterAsyncPoint) +1266
---------------------------------------------------------------------------------------------------------------------