How can we help you today? How can we help you today?
Chris Faulhaber
I'm getting a similar problem in the performance profiler. From my reading of other posts, it appears to be an instrumentation issue related to generics. Running version 2.7.1.20. The exception handler captures this information: System.InvalidProgramException: Common Language Runtime detected an invalid program. at [namespace snipped].LazyList`1.Load(Store store) at [namespace snipped].LazyList`1.Load() in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\LazyList.cs:line 28 at [namespace snipped].LazyList`1.get_List() in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\LazyList.cs:line 72 at [namespace snipped].LazyList`1.get_Count() in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\LazyList.cs:line 114 at System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection) at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection) at [namespace snipped].WorklistView.LoadProviderList() in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\WorklistView.cs:line 75 at [namespace snipped].WorklistView.OnCreateControl() in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\WorklistView.cs:line 53 at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at System.Windows.Forms.Control.set_Visible(Boolean value) at [namespace snipped].[Xxx]PanelControl.SetActiveControl(String navigationName) in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\[Xxx]PanelControl.cs:line 118 at [namespace snipped].[Xxx]WorkbenchLayoutManager.Navigation_ItemSelected(Object sender, NavigationEventArgs nea) in C:\Source\[Xxx]\Trunk\Applications\[namespace snipped]\[Xxx]WorkbenchLayoutManager.cs:line 481 at [namespace snipped].[Xxx]NavigationBar.OnNavigationItemSelected(NavigationEventArgs nea) in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\[Xxx]NavigationBar.cs:line 121 at [namespace snipped].[Xxx]NavigationBar.Navigation_ItemSelected(Object sender, EventArgs e) in C:\Source\[Xxx]\Trunk\Libraries\[namespace snipped]\[Xxx]NavigationBar.cs:line 112 at Syncfusion.Windows.Forms.Tools.GroupBar.OnGroupBarItemSelected(EventArgs arg) at Syncfusion.Windows.Forms.Tools.GroupBar.SelectItem(Int32 newselected, Int32 oldselected) at Syncfusion.Windows.Forms.Tools.GroupBar.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.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) If you'd like, I can try to distill this problem into a test project. / comments
I'm getting a similar problem in the performance profiler. From my reading of other posts, it appears to be an instrumentation issue related to generics. Running version 2.7.1.20. The exception ha...
0 votes