Kendo UI license activation failed

0 Answers 459 Views
Licensing
Svetlana
Top achievements
Rank 1
Svetlana asked on 13 Jul 2023, 10:43 AM

Hi, I have this warning. I have license, but kendo-ui-license might not be applied correctly.

I added kendo-ui-license.js file to the Scripts folder.

In every file that has "<script src="Scripts/kendo-ui-license.js"></script>" I added string with the path to the license file like on the picture.

I've tried removing yarn.lock and node modules and installing dependancies again. That did not help as well.

After I added all that I had this error. I fixed it but license still doesn't apply.

Thank you for help,

Svetlana

Nikolay
Telerik team
commented on 18 Jul 2023, 08:14 AM

Hi

To successfulyl activate the license you need to follow the next steps:

 1. Download a license file
 2. Add the license file to your application
 3.  Add a Reference or Import the License File

Detailed information you can find in the following article:

At step 3, please ensure the "kendo-ui-license.js" file is loaded after the "kendo.all.js".

Please let me know if this resolves the situation.

Regards,

Nikolay

 

 

Svetlana
Top achievements
Rank 1
commented on 18 Jul 2023, 09:59 AM

Nikolay, we don't have "kendo.all.js" file. We have only "kendo.all.min.js" and "kendo.all.new.min.js"

 

--Svetlana

Nikolay
Telerik team
commented on 21 Jul 2023, 06:41 AM

Hi Svetlana,

The 'kendo.all.min.js' is the minified version of the 'kendo.all.js' and both will do the same job. 

Also, did you try adding the Kendo using a CDN? For example:

  <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  <script src="https://kendo.cdn.telerik.com/2023.2.718/js/angular.min.js"></script>
  <script src="https://kendo.cdn.telerik.com/2023.2.718/js/jszip.min.js"></script>
  <script src="https://kendo.cdn.telerik.com/2023.2.718/js/kendo.all.min.js"></script>
  <script src="./kendo-ui-license.js"></script>

Regards,

Nikolay

No answers yet. Maybe you can help?

Tags
Licensing
Asked by
Svetlana
Top achievements
Rank 1
Share this question
or