error creating control editor............

Last post 06-02-2010, 2:24 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-02-2010, 1:45 AM 61498

    error creating control editor............

    when i open my web appplication having the cute editor control some times i get the error :error creating the control"
    unknown server tag CE"editor" , i delete it and put the editor gain and it works fine
    but ehy is the error occuring mmost of the time
    hwo to solve it
  •  06-02-2010, 2:24 AM 61500 in reply to 61498

    Re: error creating control editor............

    Hi svk,
     
    Try register CuteEditor in web.config.
     
     <pages>
          <controls>
            <add namespace="CuteEditor" assembly="CuteEditor"  tagPrefix="CE"/>
          </controls>
       </pages>
     
    Regards,
     
    ken
View as RSS news feed in XML