Re: Unable to initalize the Editor class

  •  12-23-2013, 7:53 AM

    Re: Unable to initalize the Editor class

    Hi kjell.ek,

     

    What browser/version the user testing? It is a randomly issue or happens everytime wiht special user? Does he get the same problem on http://richtexteditor.com/demo/

     

    Can you create an example page with the code below and let this user test it? Get the same problem? 

    1. <%@ Page Language="c#" ValidateRequest="false" %>  
    2.   
    3. <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head>  
    7.     <title>example</title>  
    8. </head>  
    9.   
    10. <body>  
    11.     <form id="Form1" method="post" runat="server">  
    12.         <RTE:Editor ID="editor1" runat="server" />  
    13.     </form>  
    14. </body>  
    15. </html>  
     

    Regards,

     

    Ken 

View Complete Thread