Element 'EDITOR' is not a known element. This can occur if there is a compilation error in the Web site.

Last post 06-22-2009, 12:09 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-21-2009, 7:14 PM 53330

    Element 'EDITOR' is not a known element. This can occur if there is a compilation error in the Web site.

    Hi all,
     
    I am getting an error whenever i attempt to run my website in visual studio 2005.
    Element 'EDITOR' is not a known element. This can occur if there is a compilation error in the Web site.
     
    It works perfectly when you use the website outside of VS2005. I have also created a fresh blank project and i get the same error.
     
    The DLLs are in the bin directory as required. An like i said the editor does work when used through iis as normal, only happens when i attempt to run it in VS2005
     
    Thanks,
     
    Xavier.
  •  06-22-2009, 12:09 AM 53336 in reply to 53330

    Re: Element 'EDITOR' is not a known element. This can occur if there is a compilation error in the Web site.

    Hi Xavier,
     
    Can you try the code below
     
    1. <%@ Page Language="C#" %>   
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    4. <html>   
    5. <head>   
    6.     <title>SecurityPolicyFile</title>   
    7. </head>   
    8. <body>   
    9.     <form id="Form1" runat="server">   
    10.         <CE:Editor ID="Editor1" runat="server">   
    11.         </CE:Editor>   
    12.     </form>   
    13. </body>   
    14. </html>  
    If still not works, please send you test project(I have also created a fresh blank project ) to me
     

    Regards,
     
    ken
View as RSS news feed in XML