Problem solved!
I try this:
If you want to maintain the license file in a separate location, you have
two options:
1. Add an entry to your Web.config file.
Example:
<add
key="CuteEditorLicense" value="/somefolder/CuteEditor.lic" />
2. Copy
CuteEditor.lic to the "licenses" directory for the web application that uses the
CuteEditor.
and it works!