I am trying to subclass the editor so that I can implement a validation interface (my base page needs this interface to validate ALL input fields on a page) but I get a message "base type 'CuteEditor.Editor' is not CLS-compliant" when I attempt to subclass.
Does anybody know if there is any way arround this?
Thanks in advance