StrataFrame Forum

Error when adding index in DDT.

http://forum.strataframe.net/Topic16349.aspx

By Christopher Smith - 5/13/2008

MissingMethodException
  Method not found: 'Void MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.set_ParentForm(MicroFour.StrataFrame.UI.Windows.Forms.BaseForm)'.

Source     : DatabaseDTK

Stack Trace:
   at MicroFour.StrataFrame.Data.IndexProperties.InitializeComponent()
   at MicroFour.StrataFrame.Data.IndexProperties..ctor(Int32 ProfilePK, String TableName, Int32 TablePK, Int32 IndexPK)
   at MicroFour.StrataFrame.Data.ProfileEditorDialog.ShowIndexProperties(Int32 IndexPK)
   at MicroFour.StrataFrame.Data.ProfileEditorDialog.cmi_Profile_NewIndex_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   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.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.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)

By Edhy Rijo - 5/13/2008

Hi Christopher,

You will get this kind of error when your assemblies are not in sync.  I would recommend you upgrade to the latest version 1.6.6 which is still in beta but it is pretty stable and have all new enhancements.

http://forum.strataframe.net/Topic15687-22-1.aspx

Also if you do a search in the forums for missing methods you will find several post which basically explain the why is this happening.

By Christopher Smith - 5/13/2008

Thanks Edhy-

I see you are as quick here to help others as you were on the other framework board for VFP. That is appreciated very much.

Chris

By Edhy Rijo - 5/13/2008

Christopher Smith (05/13/2008)
Thanks Edhy-

I see you are as quick here to help others as you were on the other framework board for VFP. That is appreciated very much.

Chris

You are welcome Chris,

I am also learning SF which BTW is a great tool and going thru the forum posting is a fast way to easy the learning curve Smile.

By Trent L. Taylor - 5/13/2008

Yup, Edhy is on target.  Your assemblies are just out of sync.  This is common when either manually recompiling the source manually and/or pulling down single assemblies from the forum when there are posts.  Loading the 1.6.6 beta build though would probably be a good move.  Let me know if this doesn't get you going.