Big red cross problem.

Hi,

Iam using Syncfusion 4.3 version, Iam getting following exception when I open more then 20 windows in my application. After that my application hangs and a big red cross appears on grid and groupbox controls. Earlier it has never happened with syncfusion 1.6 version. Can you please help me to resolve the problem.

System.ComponentModel.Win32Exception was unhandled by user code
Message="The current process has used all of its system allowance of handles for Window Manager objects"
Source="System.Drawing"
ErrorCode=-2147467259
NativeErrorCode=1158
StackTrace:
at System.Drawing.Icon.Initialize(Int32 width, Int32 height)
at System.Drawing.Icon..ctor(Stream stream, Int32 width, Int32 height)
at System.Drawing.Icon..ctor(Stream stream)
................
................
................
at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.OnItemClicked(EventArgs args)
at Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.PerformClick()
at Syncfusion.Windows.Forms.Tools.XPMenus.BarRenderer.OnMouseUp(MouseEventArgs e)
at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.WndProc(Message& m)
at Syncfusion.Windows.Forms.Tools.XPMenus.XPToolBar.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Regards,
-Ravi.

3 Replies

PJ Poly J Syncfusion Team January 11, 2007 01:40 PM UTC

Hi Ravi,

I am afraid, I am not able to reproduce the issue . I have attached a simple sample applicationhere.
Clicking the bar item File->New will add a windows form which contains a Grid Control. I have added more than 20 forms and couldn't reproduce the issue.Could you please modify the sample to reproduce the issue?It will help us to resolve it as early as possible.
Thanks for choosing Syncfusion Products.
Regards,
Poly





RA Ravi January 16, 2007 05:18 AM UTC

Hi Poly,

Thanks for you reply, I have posted a new incident request using Direct-Trac.

Regards,
-Ravi.


MU Murugan Syncfusion Team January 19, 2007 04:06 PM UTC

Hi Ravi,

Thanks for the information.

Regards,
Murugan P.S

Loader.
Up arrow icon