Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

Last post 07-25-2006, 2:47 PM by paulc. 8 replies.
Sort Posts: Previous Next
  •  04-22-2006, 2:49 PM 18433

    Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    I have build error using Visual Studio Express 5.0.  I get the error Unknown server tag 'CE:Image Editor' when I try to build.  It does not like the line:
     <CE:ImageEditor id="IE1" runat="server" Width="500" Height="380"></CE:ImageEditor>
    Not sure that the problem is.  Do I need to alter the provided code for CuteEditor.net?
     
    Any help would be great...  Thank you!
  •  04-24-2006, 3:16 PM 18466 in reply to 18433

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    iamjamesduncan,
     
    It looks like you are using a convertion tool which caused the problem.
     
    Please open the imageeditor.aspx.
     
    And make sure the top three line code are:
     
    <%@ Page Language="C#" Inherits="CuteEditor.EditorUtilityPage" %>
    <%@import Namespace="System.IO"%>
    <%@ Register TagPrefix="CE" namespace="CuteEditor.ImageEditor" assembly = "CuteEditor.ImageEditor" %> 

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-24-2006, 3:41 PM 18467 in reply to 18466

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    Those items you suggested that I add to that file are there..  The error I am getting is from that page.  I have made no changes to that file as of yet.  It just barks at the line I mentioned in the subject every time I try to build it. 
     
    Any thoughts?
  •  07-25-2006, 11:07 AM 21228 in reply to 18467

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    I'm experiencing exactly the same problem, and the top three lines are correct, as posted by Adam. Any updates on this?
  •  07-25-2006, 1:53 PM 21230 in reply to 21228

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    paulc,
     
    Did you get the error when you run the aspx page on your browser? If yes,  please post the entire code of your imageeditor.aspx page.
    In Microsoft Office FrontPage, when you open an .aspx page in Design view, you may receive that error message.
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-25-2006, 2:03 PM 21233 in reply to 21230

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    No, we receive the error when we compile our solution through VS.NET 2005. The exact compiler error is "Unknown server tag 'CE:ImageEditor'. The error is on the following line: <CE:ImageEditor id="IE1" runat="server" Width="500" Height="380"></CE:ImageEditor>
     
    The entire content of the aspx page is as follows:
     
    <%@ Page Language="C#" Inherits="CuteEditor.EditorUtilityPage" %>
    <%@import Namespace="System.IO"%>
    <%@ Register TagPrefix="CE" namespace="CuteEditor.ImageEditor" assembly = "CuteEditor.ImageEditor" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    <HTML>
     <head runat=server>
      <title>[[ImageEditor]]
       &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      </title>
      <script runat="server">
       void Page_Load(object sender, System.EventArgs e)
       {
        bool isexist = false;
        
        string filename = Request.QueryString["f"];   
        
        string tempFilesPath = Request.QueryString["p"]+"/ImageEditor/TempFiles/";
        
        if(!System.IO.Directory.Exists(HttpContext.Current.Server.MapPath(tempFilesPath)))
         System.IO.Directory.CreateDirectory((HttpContext.Current.Server.MapPath(tempFilesPath)));
         
        IE1.TempImagePath=tempFilesPath;    
        
        if(System.IO.File.Exists(HttpContext.Current.Server.MapPath(filename)))
        {
         isexist = true;
        }
        if(isexist)
        {
         FileInfo f = new FileInfo(HttpContext.Current.Server.MapPath(filename));
         IE1.GraphicsPath=f.Directory.Name;
         IE1.ImageUrl=filename;
        }
        
       }
      </script>
      <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
      <META Http-Equiv="Cache-Control" Content="no-cache">
      <META Http-Equiv="Pragma" Content="no-cache">
      <META HTTP-EQUIV="EXPIRES" CONTENT="0">
      <style>
       .window { background-color: #c0c0c0; border-color: #f0f0f0 #606060 #404040 #d0d0d0; border-style: solid; border-width: 2px; margin: 0px; padding: 2px; position: absolute; text-align: left;}
       .titleBar { background-color: #163174; cursor: default; color: #ffffff; font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif; font-size: 8pt; font-weight: bold; margin: 0px; padding: 2px 2px 2px 2px; text-align: left; white-space: nowrap; }
       .CuteEditorButtonActive { margin:0px; vertical-align:middle; border-right: buttonshadow 1px solid; border-top: buttonhighlight 1px solid; border-left: buttonhighlight 1px solid; border-bottom: buttonshadow 1px solid;}
       .CuteEditorButtonOver { border-right: buttonshadow 1px solid; border-top: buttonhighlight 1px solid; border-left: buttonhighlight 1px solid; border-bottom: buttonshadow 1px solid; PADDING: 0px; MARGIN: 0px; vertical-align: middle;}
       .CuteEditorButtonDown { border-right: buttonhighlight 1px solid!important; border-top: buttonshadow 1px solid!important; border-left: buttonshadow 1px solid!important; border-bottom: buttonhighlight 1px solid!important; margin:0px;vertical-align:middle; background-color:#ffffff!important;}
       .CuteEditorButtonDisabled {filter:gray alpha(opacity=25);opacity: .25; -moz-opacity: .25;border-right: buttonshadow 1px solid; border-top: buttonhighlight 1px solid; border-left: buttonhighlight 1px solid; border-bottom: buttonshadow 1px solid; PADDING: 0px; MARGIN: 0px; vertical-align: middle;}
       .clientArea { background-color: #ffffff; border-color: #404040 #e0e0e0 #f0f0f0 #505050; border-style: solid; border-width: 2px; color: #000000; font-family: "Arial", "Helvetica", sans-serif; font-size: 10pt; margin: 2px 0px 0px 0px; overflow: auto; padding: .5em; }
       .clientArea td { font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif; font-size: 9pt; text-align: left;}
      </style>
     </HEAD>
     <body bottomMargin="0" topMargin="0" marginwidth="0" marginheight="0" bgcolor="#e0e0e0">
      <form id="Form1" method="post" runat="server">
       <CE:ImageEditor id="IE1" runat="server" Width="500" Height="380"></CE:ImageEditor>
      </form>
      <script>
      
       var OxO42fc=[]; function do_insert(){ top.close() ;}  ; function do_cancel(){ top.close() ;}  ;
      </script>
     </body>
    </HTML>
  •  07-25-2006, 2:07 PM 21234 in reply to 21233

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    paulc,
     
    Are you using CuteEditor.ImageEditor.dll  for Framework 2.0?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-25-2006, 2:24 PM 21236 in reply to 21234

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    No, we're not. We're also using version 5.1, not 5.3 I will try upgrading to 5.3 with the ImageEditor.dll and report back here.
  •  07-25-2006, 2:47 PM 21238 in reply to 21236

    Re: Unknown server tag 'CE:Image Editor' on ImageEditor.aspx

    Upgrading to 5.3, and updating the dll's solved all compilation issues. Thanks.
View as RSS news feed in XML