BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi :today, I try to deploy some dll module to user, While I have test with my computer it have no problem, but when I deploy the customer it prompt the error as belowSee the end of this message for details on invokingjust-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.InvalidOperationException: Possible incorrect RelationDescriptor.ChildTableName for Relation TenantSource.Engine.SourceListSet[TenantSource] returned null.Did you forget to call Engine.SourceListSet.Add(new SourceListSetEntry(TenantSource, list)or did you specify a wrong ChildTableName?Valid ChildTableName entries are:at Syncfusion.Grouping.Table.EnsureSourceList()at Syncfusion.Grouping.Table.BaseEnsureInitialized(Object sender, Boolean notifyParent)at Syncfusion.Grouping.Table.EnsureInitialized(Object sender, Boolean notifyParent)at Syncfusion.Grouping.Table.get_FilteredChildTableOrTopLevelGroup()at Syncfusion.Windows.Forms.Grid.Grouping.GridNestedTableControl.get_CurrentCell()at Syncfusion.Windows.Forms.Grid.Grouping.GridTableControl..ctor(GridModel model)at Syncfusion.Windows.Forms.Grid.Grouping.GridNestedTableControl..ctor(GridTableModel model, GridTableControl parentGrid, GridNestedTableControlCellRenderer parentRenderer)at Syncfusion.Windows.Forms.Grid.Grouping.GridEngine.CreateNestedTableControl(GridTableModel relatedTableModel, GridTableControl parentGrid, GridNestedTableControlCellRenderer parentRenderer)at Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl.CreateNestedTableControl(GridTableModel relatedTableModel, GridTableControl parentGrid, GridNestedTableControlCellRenderer parentRenderer)at Syncfusion.Windows.Forms.Grid.Grouping.GridNestedTableControlCellRenderer..ctor(GridControlBase grid, GridCellModelBase cellModel)at Syncfusion.Windows.Forms.Grid.Grouping.GridNestedTableControlCellModel.CreateRenderer(GridControlBase control)at Syncfusion.Windows.Forms.Grid.GridCellRendererCollection.get_Item(String key)at Syncfusion.Windows.Forms.Grid.Grouping.GridTableControl.Initialize()at Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl.OptimizeLoadTime()at Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl.f_Load(Object sender, EventArgs e)at System.EventHandler.Invoke(Object sender, EventArgs e)at System.Windows.Forms.Form.OnLoad(EventArgs e)at System.Windows.Forms.Form.OnCreateControl()at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)at System.Windows.Forms.Control.CreateControl()at System.Windows.Forms.Control.WmShowWindow(Message& m)at System.Windows.Forms.Control.WndProc(Message& m)at System.Windows.Forms.ScrollableControl.WndProc(Message& m)at System.Windows.Forms.ContainerControl.WndProc(Message& m)at System.Windows.Forms.Form.WmShowWindow(Message& m)at System.Windows.Forms.Form.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)From my code, I have create the function and put it on Form new() function as belowWith gcc_TenantDim parentToChildRelationDescriptor As New GridRelationDescriptorparentToChildRelationDescriptor.ChildTableName = "TenantSource"parentToChildRelationDescriptor.RelationKind = RelationKind.RelatedMasterDetailsparentToChildRelationDescriptor.RelationKeys.Add("ID", "iCpID").TableDescriptor.Relations.Add(parentToChildRelationDescriptor)End WithIf I add the code , messagebox.box("hello...") at the end of this function, the customer have no above error. can you advise what's problem in sideThanksMichael