LinqPad 9 winforms: class already exists

i am using lp since net48 days where i consumed some of my winforms assemblies without problems.
however in version 9 i get above error. the assembly i use is a net9-assembly which i have assigned in MyExtensions
HeNaRaMessageBox.Info("hallo");
creates the exception with this stacktrace

at System.Windows.Forms.NativeWindow.WindowClass.RegisterClass()
at System.Windows.Forms.NativeWindow.WindowClass.Create(String className, WNDCLASS_STYLES classStyle)
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Application.ThreadContext.get_MarshallingControl()
at System.Windows.Forms.WindowsFormsSynchronizationContext..ctor()
at LINQPad.UI.RuntimeUIServices.CreateSynchronizationContext()
at LINQPad.Util.CreateSynchronizationContext(Boolean reportActivity)

Answers