Hi sanjay.joshi,
Can you delete the entire client folder "CuteSoft_Client" and re-deploy it by the new version and try again?
Whe you done it, try a simple page on you site, like below
- <%@ Page Language="C#" ValidateRequest="false" %>
-
- <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
- <html>
- <head>
- </head>
- <body>
- <form id="Form1" runat="server">
- <CE:Editor ID="editor1" runat="server">
- </CE:Editor>
- </form>
- </body>
- </html>
If you still get this issue. Open file "CuteSoft_Client\CuteEditor\Template.aspx", find section below and delete it.
<link type="text/css" rel="stylesheet" href='<%=ResolveUrl("Load.ashx?type=style&file=SyntaxHighlighter.css")%>' />
Regards,
ken