Cannot go back in wizard after selecting operation in New Web Service Import Wizard

0
Hi!   I am trying to import a WSDL file into Studio Pro 9.19.0 according to the following doc: Consume a Complex Web Service | Mendix Documentation. After selecting an operation and clicking back in the wizard, I get the following error. I tried Studio Pro 9.12.7 and get a similar error. Is it a (known) problem with Studio Pro or is it just something I experience?       System.Reflection.TargetInvocationException: Unable to get the window handle for the 'WebBrowser' control. Windowless ActiveX controls are not supported.  ---> System.ObjectDisposedException: Cannot access a disposed object. Object name: 'WebBrowser'.    at System.Windows.Forms.Control.CreateHandle()    at System.Windows.Forms.Control.get_Handle()    at System.Windows.Forms.WebBrowserBase.DoVerb(OLEIVERB verb)    at System.Windows.Forms.WebBrowserBase.TransitionFromRunningToInPlaceActive()    --- End of inner exception stack trace ---    at System.Windows.Forms.WebBrowserBase.TransitionFromRunningToInPlaceActive()    at System.Windows.Forms.WebBrowserBase.TransitionUpTo(AXState state)    at System.Windows.Forms.WebBrowserBase.OnParentChanged(EventArgs e)    at System.Windows.Forms.Control.AssignParent(Control value)    at System.Windows.Forms.Control.ControlCollection.Add(Control value)    at Mendix.Modeler.UIFramework.InPanelSpec`1.CreateControl(UIFrameworkControl propertiesControl) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\InPanelSpec.Legacy.cs:line 29    at Mendix.Modeler.UIFramework.GroupBase.GetOrCreateControl(UIFrameworkControl propertiesControl, FormElement oldChild, FormElement child) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\GroupBase.Legacy.cs:line 66    at Mendix.Modeler.UIFramework.GroupBase.FillControls(UIFrameworkControl propertiesControl, GroupBase oldGroup, Control containerControl, Int32 width, Int32 x, Int32 startY) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\GroupBase.Legacy.cs:line 31    at Mendix.Modeler.UIFramework.TableSpec.UpdateControl(UIFrameworkControl propertiesControl, Control control, FormElement oldElement) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\TableSpecs\TableSpec.Legacy.cs:line 61    at Mendix.Modeler.UIFramework.GroupBase.SetControlProperties(UIFrameworkControl propertiesControl, Int32 width, Int32 x, Control control, FormElement child, FormElement oldChild, Int32 y, Int32 tabIndex) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\GroupBase.Legacy.cs:line 97    at Mendix.Modeler.UIFramework.GroupBase.FillControls(UIFrameworkControl propertiesControl, GroupBase oldGroup, Control containerControl, Int32 width, Int32 x, Int32 startY) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\GroupBase.Legacy.cs:line 44    at Mendix.Modeler.UIFramework.TableSpec.UpdateControl(UIFrameworkControl propertiesControl, Control control, FormElement oldElement) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\TableSpecs\TableSpec.Legacy.cs:line 61    at Mendix.Modeler.UIFramework.GroupBase.SetControlProperties(UIFrameworkControl propertiesControl, Int32 width, Int32 x, Control control, FormElement child, FormElement oldChild, Int32 y, Int32 tabIndex) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\GroupBase.Legacy.cs:line 97    at Mendix.Modeler.UIFramework.GroupBase.FillControls(UIFrameworkControl propertiesControl, GroupBase oldGroup, Control containerControl, Int32 width, Int32 x, Int32 startY) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Specs\GroupBase.Legacy.cs:line 44    at Mendix.Modeler.UIFramework.UIFrameworkControl.RefreshContents() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Controls\UIFrameworkControl.cs:line 124    at Mendix.Modeler.UIFramework.UIFrameworkControl.RebuildContents() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Controls\UIFrameworkControl.cs:line 84    at Mendix.Modeler.UIFramework.UIFrameworkForm.RebuildContents() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Forms\UIFrameworkForm.cs:line 212    at Mendix.Modeler.UIFramework.Wizards.WizardFormSpec.RebuildContents() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Wizards\WizardFormSpec.cs:line 155    at Mendix.Modeler.UIFramework.Wizards.WizardFormSpec.Back() in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Wizards\WizardFormSpec.cs:line 76    at Mendix.Modeler.UIFramework.UIFrameworkForm.<>c__DisplayClass11_0.<UpdateButtonCount>b__0(Object s, EventArgs e) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.UIFramework\Forms\UIFrameworkForm.cs:line 105    at System.Windows.Forms.Control.OnClick(EventArgs e)    at System.Windows.Forms.Button.OnClick(EventArgs e)    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)    at System.Windows.Forms.Control.WndProc(Message& m)    at System.Windows.Forms.ButtonBase.WndProc(Message& m)    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
asked
0 answers