The following guide shows how to install a RichTextEditor license file. If you haven't downloaded the software, please download it from here.

Option 1. Copy richtexteditor.lic to bin folder

You can simply copy richtexteditor.lic to the web application's "bin" folder which uses the RichTextEditor.

Option 2. Add an entry to Web.config

<configuration>  
    <appSettings>  
        <add key="RichTextEditorLicense" value="/somefolder/richtexteditor.lic" />  
    </appSettings>       
    ....   
</configuration>  

Option 3. Copy richtexteditor.lic to "licenses" folder

You can simply copy richtexteditor.lic to the web application's "licenses" folder which uses the RichTextEditor.


Send feedback about this topic to CuteSoft. © 2003 - 2018 CuteSoft Components Inc. All rights reserved.