GDI+ Exception
From: Maqsood Ahmed (maqsood_ahmed_at_gawab.com)
Date: 10/05/04
- Next message: Chris Jobson: "Re: Sounds in a text box"
- Previous message: Jon Skeet [C# MVP]: "Re: XML Comments and Reflection"
- Next in thread: Bob Powell [MVP]: "Re: GDI+ Exception"
- Reply: Bob Powell [MVP]: "Re: GDI+ Exception"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 05 Oct 2004 00:42:13 -0700
Hello!
We have experienced following exception in our application that runs
over .net v1.0, I had gone through the internet to find an answer about
it but failed to do so. I had found a comment about this exception by
Mr. Bob Powell (MVP).
Now I want to know that if this problem presists in .net framework
v1.1??
---------------
System.InvalidOperationException: The object is currently in use
elsewhere.
at System.Drawing.Graphics.EndContainer(GraphicsContainer container)
at System.Windows.Forms.DibGraphicsBufferManager.ReleaseBuffer
(GraphicsBuffer buffer)
at System.Windows.Forms.GraphicsBuffer.Dispose()
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at Syncfusion.Windows.Forms.ScrollControl.WndProc(Message& msg)
at Syncfusion.Windows.Forms.Grid.GridControlBase.WndProc(Message&
msg)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr
wparam, IntPtr lparam)
----------------------
Maqsood Ahmed
Kolachi Advanced Technologies
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Chris Jobson: "Re: Sounds in a text box"
- Previous message: Jon Skeet [C# MVP]: "Re: XML Comments and Reflection"
- Next in thread: Bob Powell [MVP]: "Re: GDI+ Exception"
- Reply: Bob Powell [MVP]: "Re: GDI+ Exception"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|