Assistance with TabControl / Project Upgrade |
Post Reply |
Author | |
d1rkg3ntly
Newbie Joined: 08 June 2009 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 08 June 2009 at 7:21am |
I'm trying to upgrade a VB5 project that uses XtremeSuite Controls v11.2.2 (specifically the tab control) to VB.NET (Visual Studio 2008).
When I try to open the upgraded form in VS2008 I get the following: Catastrophic failure(Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) Call Stack: at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData) at XtremeSuiteControls._DTabControl.get_Font() at AxXtremeSuiteControls.AxTabControl.get_Font() at System.Windows.Forms.Control.GetParentFont() at System.Windows.Forms.Control.get_Font() at System.Windows.Forms.AxHost.get_Font() at System.Windows.Forms.Control.GetParentFont() at System.Windows.Forms.Control.get_Font() at System.Windows.Forms.ComboBox.get_PreferredHeight() at System.Windows.Forms.ComboBox.get_CreateParams() at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.ComboBox.CreateHandle() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state) at System.Windows.Forms.AxHost.CreateHandle() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state) at System.Windows.Forms.AxHost.CreateHandle() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.ControlCollection.Add(Control value) at System.Windows.Forms.Form.ControlCollection.Add(Control value) at System.Windows.Forms.Design.ControlDesigner.DesignerControlCollection.Add(Control c) My assumption is that for whatever reason the XtremeSuite TabControl will not work at all in .NET. Can anyone provide some guidance as to how we can get our forms to open, even if it's just to remove these controls? Thanks. DG |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello,
Yes, TabControl for VB6 users only :( Use standard TabControl from Windows Forms.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |