Unable to parse/richtexteditor/scripts/common.xml?2013073003 , Oxf9 is null

Last post 12-23-2013, 7:47 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  12-23-2013, 5:44 AM 78655

    Unable to parse/richtexteditor/scripts/common.xml?2013073003 , Oxf9 is null

     Unable to parse /richtexteditor/scripts/common.xml?2013073003 , Oxf9 is null

     

    ... when loading the editor on  my website. How to fix this?

  •  12-23-2013, 7:47 AM 78657 in reply to 78655

    Re: Unable to parse/richtexteditor/scripts/common.xml?2013073003 , Oxf9 is null

    Hi Floris246,

     

    Please try the example page below, does it get the same error? If yes, please post your editor page url here. So we can check it for you directly. 

     

    Also, you can send the page url to Kenneth@CuteSoft.net 

     

    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 as RSS news feed in XML