Hi
Sometimes the following exception is thrown in our application:
Parameter is invalid.
ved System.Drawing.Region.GetHrgn(Graphics g)
ved System.Windows.Forms.Control.GetHRgn(Region region)
ved System.Windows.Forms.Control.OnHandleCreated(EventArgs e)
ved System.Windows.Forms.Form.OnHandleCreated(EventArgs e)
ved System.Windows.Forms.Control.WmCreate(Message& m)
ved System.Windows.Forms.Control.WndProc(Message& m)
ved System.Windows.Forms.ScrollableControl.WndProc(Message& m)
ved System.Windows.Forms.ContainerControl.WndProc(Message& m)
ved System.Windows.Forms.Form.WmCreate(Message& m)
ved System.Windows.Forms.Form.WndProc(Message& m)
ved Telerik.WinControls.UI.RadFormControlBase.WndProc(Message& m) i :linje 0
ved System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
ved System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
ved System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
No line of code is specified in this exception. One of our customer is using Citrix and this exception is more frequent there.
How can I solve this problem?
The exception is oftenly thrown while refreshing data in RadGridView, RadDatagridviewComboboxes and other controls. Actually I can not reproduce this exception on my machine but in the situation told by customer, we are refreshing data.
Telerik version used by application is v2011.1.11.419.
Any help would be appreciated.
Thanks
Regards