Method not found error

For complex topics that regular users would not be interested in. For power users and database administrators.
Post Reply
drpav
Posts: 24
Joined: Sun Aug 01, 2010 9:24 pm

Method not found error

Post by drpav » Sun Dec 19, 2010 8:41 pm

Please help! I compiled version 7.4 and when I launch Open Dental I get the following error:

************** Exception Text **************
System.MissingMethodException: Method not found: 'Boolean OpenDentBusiness.Programs.IsEnabled(System.String)'.
at OpenDental.ContrChart.ContrChart_Resize(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnResize(EventArgs e)
at System.Windows.Forms.UserControl.OnResize(EventArgs e)
at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.set_Width(Int32 value)
at OpenDental.FormOpenDental.LayoutControls()
at OpenDental.FormOpenDental.FormOpenDental_Resize(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnResize(EventArgs e)
at System.Windows.Forms.Form.OnResize(EventArgs e)
at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBounds()
at System.Windows.Forms.Control.WmCreate(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.WmCreate(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)

User avatar
jordansparks
Site Admin
Posts: 5770
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Method not found error

Post by jordansparks » Mon Dec 20, 2010 6:33 pm

Make sure your configuration manager is set to build all projects, especially OpenDentBusiness. Or put a breakpoint at where it's crashing (ContrChart_Resize), and figure out which program link it's searching for.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply