error on tables
Posted: Thu Sep 03, 2020 6:30 am
What is this error and how can this be fixed?
Unhandled exception: Could not load type 'OpenDental.UI.ODGridRowCollection' from assembly 'OpenDentBusiness, Version=19.4.36.0, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException
at .(Object , ODGridClickEventArgs )
at OpenDental.UI.ODGridClickEventHandler.Invoke(Object sender, ODGridClickEventArgs e)
at OpenDental.UI.ODGrid.OnCellClick(Int32 col, Int32 row, MouseButtons button) in C:\Development\OPEN DENTAL SUBVERSION\opendental19.4\OpenDentBusiness\UI\ODGrid.cs:line 257
at OpenDental.UI.ODGrid.OnClick(EventArgs e) in C:\Development\OPEN DENTAL SUBVERSION\opendental19.4\OpenDentBusiness\UI\ODGrid.cs:line 1013
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
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.UserControl.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)
Unhandled exception: Could not load type 'OpenDental.UI.ODGridRowCollection' from assembly 'OpenDentBusiness, Version=19.4.36.0, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException
at .(Object , ODGridClickEventArgs )
at OpenDental.UI.ODGridClickEventHandler.Invoke(Object sender, ODGridClickEventArgs e)
at OpenDental.UI.ODGrid.OnCellClick(Int32 col, Int32 row, MouseButtons button) in C:\Development\OPEN DENTAL SUBVERSION\opendental19.4\OpenDentBusiness\UI\ODGrid.cs:line 257
at OpenDental.UI.ODGrid.OnClick(EventArgs e) in C:\Development\OPEN DENTAL SUBVERSION\opendental19.4\OpenDentBusiness\UI\ODGrid.cs:line 1013
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
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.UserControl.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)