I can’t get the Stataframe Toolbox Web controls to load onto the Toolbox tab in Visual Studio 2008. No problem with the windows controls or the web controls in VS 2005. I need some help.
I have installed and uninstalled Stataframe vs 1.6.5 (dated 3/12/2008) several times. Before installing I have searched and removed all Microfour*.* files and checked that all Strataframe dlls are removed are from GAC.
And, I just uninstalled and reinstalled Visual Studio 2008 professional. Same outcome, no web toolbox controls.
The menu option to “Create Strataframe Toolbox Tab” runs and adds the tab, “Strataframe Controls and Components” however no controls are added. When I close VS 2008 the tab is not saved!
The sample CRM application generates the following error when the “Customers” or “Order Entry” menu option is clicked. Maybe this will provide a clue!
TargetInvocationException
Exception has been thrown by the target of an invocation.
MissingMethodException
Method not found: 'Void MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.set_ParentForm(MicroFour.StrataFrame.UI.Windows.Forms.BaseForm)'.
Source : mscorlib
Stack Trace:
at SampleCRMApplication.CustomerMaintenance.InitializeComponent()
at SampleCRMApplication.CustomerMaintenance..ctor()
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at SampleCRMApplication.CRMMain.LaunchForm(Type FormType)
at SampleCRMApplication.CRMMain.cmdCustomers_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.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.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.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)
Thanks for any help!