Hello,
I would like to use a window component into a web form.
The component I would like to use is the RichTextBox component.In my aspx.vb page I import the System.Windows.Forms namespace.It work well but after several execution of my page I have the following error:System.ComponentModel.Win32Exception: the class already exist.
It seems that I have some problem with the garbage collector.however I use the dispose proprietie of the RichTextBox component.
Any Ideas of how to handle this pb??
Thank You
I would like to use a window component into a web form.
The component I would like to use is the RichTextBox component.In my aspx.vb page I import the System.Windows.Forms namespace.It work well but after several execution of my page I have the following error:System.ComponentModel.Win32Exception: the class already exist.
It seems that I have some problem with the garbage collector.however I use the dispose proprietie of the RichTextBox component.
Any Ideas of how to handle this pb??
Thank You