This question is locked. New answers and comments are not allowed.
Binding data on a RadGridView I've obtained this error:
I've seen that is linked to a data overflow. I create collection with a for loop: over 698 loops silverlight crash.
I've tried also to grow dimension of single record, and silverlight brakes with more less loops.
Finally I've tried to bind two different grid, and brakepoint loop numbers become half then original.
Do you know if it's a silverlight memory overflow?
Thanks!
Errore di run-time di Microsoft JScript: Unhandled Error in Silverlight 2 Application AG_E_UNKNOWN_ERROR [Line: 39 Position: 43] |
--- Inner Exception --- |
Errore HRESULT E_FAIL restituito da una chiamata a un componente COM. |
su System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) |
su DockTest.Page.InitializeComponent() |
su DockTest.Page..ctor() |
su DockTest.App.Application_Startup(Object sender, StartupEventArgs e) |
su System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) |
su MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName) |
I've seen that is linked to a data overflow. I create collection with a for loop: over 698 loops silverlight crash.
I've tried also to grow dimension of single record, and silverlight brakes with more less loops.
Finally I've tried to bind two different grid, and brakepoint loop numbers become half then original.
Do you know if it's a silverlight memory overflow?
Thanks!