hello,
I have a web application in which I want to use the functionalities of the RichTextBox component.
I added it to my reference and import the system.windows.form.
I use it like this
myRichTextBox as new RichTextBox()
myRichTextBox.Rtf = "my RTF string"
but I have the followinfg error
System.ComponentModel.Win32Exception: The class already exist
I don't know what's going on.
Any Ideas???
I have a web application in which I want to use the functionalities of the RichTextBox component.
I added it to my reference and import the system.windows.form.
I use it like this
myRichTextBox as new RichTextBox()
myRichTextBox.Rtf = "my RTF string"
but I have the followinfg error
System.ComponentModel.Win32Exception: The class already exist
I don't know what's going on.
Any Ideas???