Hi all
After upgrading to 4.8 we are seeing a "Class already exists" with the stacktrace below.
It looks like it happens in the instantiation of the RichTextBox, but besides that I do not find anything usable for me.
Best regards
Michael
at System.Windows.Forms.NativeWindow.WindowClass.RegisterClass()
at System.Windows.Forms.NativeWindow.WindowClass.Create(String className, Int32 classStyle)
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.TextBoxBase.CreateHandle()
at Firefly.Box.UI.RichTextBox.WFRichTextBox.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at Firefly.Box.UI.Form.DisplayShowAction(Form f)
at Firefly.Box.UI.Form.<>c__DisplayClass264_0.<InternalTestableDisplay>b__3()
at Firefly.Box.UI.Form.NotSubForm.ShowForm(Action show)
at Firefly.Box.UI.Form.InternalTestableDisplay(FormContainer container, FormsManager formsManager, Action`1 showAction)
at Firefly.Box.UI.Form.WizardOfOz.Witch.Engine.FormForTask.Display(FormContainer formContainer, FormsManager formsManager)
at Firefly.Box.Task.<>c__DisplayClass52_0.<Run>b__19(FormContainer container, FormsManager manager)
at WizardOfOz.Witch.Engine.CallStackClass.TaskInCallStack.DisplayForm(Action`2 display)
at Firefly.Box.Task.<>c__DisplayClass52_3.<Run>b__8()
at Firefly.Box.DataAccess.Transactions.TaskTransactionContainer.RunMonitoredCommand(Action command, TransactionRollbackDelegate callMeIfYouRollbacked)
at WizardOfOz.Witch.Engine.CallStackClass.TaskInCallStack.RunMonitoredCommand(Action command, TransactionRollbackDelegate callMeIfYouRollbacked)
at Firefly.Box.Task.myTaskTransactionManager.RunMonitoredCommand(Action command, TransactionRollbackDelegate callMeIfYouRollbacked)
at Firefly.Box.TransactionScopesStrategy.None.RunMonitoredTaskLevelCommand(Action action)
at Firefly.Box.Task.<>c__DisplayClass52_1.<Run>b__3(LoadTaskCommandDelegate loadTaskCommand, Boolean allowForm)
at Firefly.Box.RegularTaskRunner.LoadTask(LoadTask load)
at Firefly.Box.Task.<>c__DisplayClass52_0.<Run>b__0(TaskRunContext context)
at WizardOfOz.Witch.Engine.CallStackClass.RunTask(HostedItem task, Boolean isApplication, RunTask commandToExecute)
at WizardOfOz.Witch.Engine.CallStackClass.<>c__DisplayClass36_0.<WizardOfOz.Witch.Engine.HostEnvironment.ExecuteTask>b__0()
at WizardOfOz.Witch.Engine.CallStackClass.RunActionWithModuleController(ModuleController moduleController, Action action)
at WizardOfOz.Witch.Engine.CallStackClass.WizardOfOz.Witch.Engine.HostEnvironment.ExecuteTask(HostedItem task, ModuleController module, RunTask cmd)
at Firefly.Box.RegularTaskRunner.Execute(HostEnvironment host, HostedItem hostedItem, RunTask runTask, Action allowNestedRuns)
at Firefly.Box.Task.Run(TaskRunner taskRunner)
at Firefly.Box.Task.Run()
at Firefly.Box.UIController.Run()
at ENV.AbstractUIController.RunTheTask() in C:\xxx\ENV\AbstractUIController.cs:line 800
at ENV.ControllerBase.RunTask() in C:\xxx\ENV\ControllerBase.cs:line 862
at ENV.ControllerBase.<>c.<.ctor>b__3_2(Action y) in C:\xxx\ENV\ControllerBase.cs:line 413
at ENV.ControllerBase.Execute() in C:\xxx\ENV\ControllerBase.cs:line 459