Hi,
Please create an example page with the code below, does it gets the same problem too? If yes, then I suggest you download the latest build at http://cutesoft.net/downloads/folders/21904/download.aspx to try again.
- <%@ Page Language="C#" ValidateRequest="false" %>
-
- <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
- <html>
- <head>
- <title>example </title>
- </head>
- <body>
- <form id="Form1" runat="server">
- <CE:Editor ID="Editor1" runat="server" >
- </CE:Editor>
- </form>
- </body>
- </html>
Regards,
Ken