Jump to content
Software FX Community

InvalidOperationException and The object is currently in use elsewhere Error


User (Legacy)

Recommended Posts

I am getting following error in my chartFx based web application any help...

System.InvalidOperationException

Error Message: The object is currently in use elsewhere.

Method Name:DrawLine Assembly:System.Drawing,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

Stack Trace:System.Web.HttpUnhandledException: Exception of type

System.Web.HttpUnhandledException was thrown. --->

System.InvalidOperationException: The object is currently in use elsewhere.

at System.Drawing.Graphics.DrawLine(Pen pen, Int32 x1, Int32 y1, Int32 x2,

Int32 y2) at SoftwareFX.ChartFX.Base.GraphicsEx.DrawLine(Pen pen, Int32 x,

Int32 y, Int32 x2, Int32 y2) at

SoftwareFX.ChartFX.Internet.Server.0Q.D3(IGraphicsEx 12F, Point3D& 12G,

Point3D& 12H, Brush 12I, Pen 12J, Face 12K, Flag3D 12L, BorderEffect 12M) at

SoftwareFX.ChartFX.Internet.Server.0Q.Cube(IGraphicsEx gx, Point3D p3D1,

Point3D p3D2, Brush brush, Pen pen, Brush brushClip, Face wFace, Flag3D

flag3D, Int32 cyLeftBottom, Int32 cyRightTop) at

SoftwareFX.ChartFX.Internet.Server.GalleryObj.Bar.2Q(PaintMarkBase 0BW,

Int32 0BX, Int32 0BY, Int32 0BZ, Int32 0C0, Int32 0C1, Int32 0C2, Face 0C3,

Double 0C4) at SoftwareFX.ChartFX.Internet.Server.GalleryObj.Bar.2O(Int32

0BS, PaintMarkBase 0BT, Int32& 0BU, Int32& 0BV) at

SoftwareFX.ChartFX.Internet.Server.0X.EA(Int32& 163, Int32& 164) at

SoftwareFX.ChartFX.Internet.Server.0X.E9(IGraphicsEx 162) at

SoftwareFX.ChartFX.Internet.Server.ChartCore.4I(0X 0JP, IGraphicsEx 0JQ,

Rectangle& 0JR, Int32& 0JS) at

SoftwareFX.ChartFX.Internet.Server.ChartCore.4H(PaintBar 0JM, IGraphicsEx

0JN, Rectangle& 0JO) at

SoftwareFX.ChartFX.Internet.Server.ChartCore.5J(PaintBar 0L4, IGraphicsEx

0L5, Rectangle& 0L6) at SoftwareFX.ChartFX.Internet.Server.Chart.5X(Stream

0LO, IOutputWriter 0LP, OutputText 0LQ, OutputText 0LR, OutputInfo& 0LS) at

SoftwareFX.ChartFX.Internet.Server.Chart.6C(OutputText 0ML, OutputText 0MM,

Boolean 0MN, Boolean 0MO) at

SoftwareFX.ChartFX.Internet.Server.Chart.Render(HtmlTextWriter output) at

System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at

System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at

System.Web.UI.Control.Render(HtmlTextWriter writer) at

System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at

System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack

trace --- at System.Web.UI.Page.HandleError(Exception e) at

System.Web.UI.Page.ProcessRequestMain() at

System.Web.UI.Page.ProcessRequest() at

System.Web.UI.Page.ProcessRequest(HttpContext context) at

System.Web.CallHandlerExecutionStep.Execute() at

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&

completedSynchronously)

Thanks

Robert

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...