Really need help on this one. Somehow broke my DTT again. Trying to apply fixes and patches as they appear here scattered through the message base and I'm afraid I may have let my ignorance of just how the plumbing of .NET works let me do something dumb.
Here's the error on double-clicking an index node :
MissingMethodException
Method not found: 'Void MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.set_ParentForm(MicroFour.StrataFrame.UI.Windows.Forms.IContainerControl)'.
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.lstDetail_DoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
at System.Windows.Forms.ListView.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)
I'm attaching shots of my Strataframe folder and the assembly folder
A little confused in that after installing 1.6.1 the assembly folder still showed 1.6.0 as the version, but I admit to not understanding the GAC yet.
I applied the files from the zip Ben posted on 8-31 ( a DatabaseDTK.EXE dated 8-31 and a StrataframeBO.dll )
Help getting me back on track would be greatly appreciated as the DDT is pretty essential to a major project I'm working on.
TIA
Charles