We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

"This application was built using a trial version of Syncfusion Essential Studio" community key not working?

Hello, for some time now I have started to see a notification "This application was built using a trial version of Syncfusion Essential Studio" ( screen 1/2). I have the key added as shown in the documentation (screen 3). I have updated all plugins to one version 20.4.38 ( screen 4 ). I also used the option to create a new key also did not help. Has anyone had this problem? 

s11.png

s2

2.png

s3

3.png

s4

4.png


3 Replies 1 reply marked as answer

TJ Theveshwar Jayakumar Syncfusion Team January 5, 2023 11:09 AM UTC

Hi Marek,

 

Greetings from Syncfusion support

 

We suspect that the issue may occur due to the following reasons.

 

Reason 1:  Due to Duplicate packages installed in your application. Follow the below steps to resolve the issue.

 

  •  Delete the @Syncfusion folder from node_modules and the package-lock.json file from the root folder.

 

  •  Clear npm .cache file at your end.

 

  • Update our packages to the same major version. For example, if your utilizing version like (i.e. v20.4.XX) use the same version for all the Syncfusion components in the package.json file.

 

  •  Run the ‘’npm install” command to install the node_modules.

 

Reason 2:  If Syncfusion components are used with Cap Symbol (^) in the package.json file there is a possibility of license banner appearing ever after registering the license and this is one of the cases of license validation. So, we are suggesting you to use the Tilde (~) symbol instead of Cap (^) symbol to resolve this issue.

 

Kindly follow the below steps to resolve this issue

 

  •  Delete the @Syncfusion folder from node_modules and the package-lock.json file from the root folder.

 

  • Clear npm cache at your end.

 

  • Remove the cap (^) symbol before the version number and use the mentioned symbol Tilde (~) before the version number like ("@syncfusion/ej2-react-buttons": "~20.4.38").

 

  •  Run the "npm install” command to install the packages.

 

Please get back to us if you need any further assistance

 

Regards, 

Theveshwar


Marked as answer

MA Marek January 6, 2023 01:20 PM UTC

Thank you for your reply, your advice helped. Greetings



TJ Theveshwar Jayakumar Syncfusion Team January 9, 2023 04:05 AM UTC

Hi Marek,


Thanks for the update, please get back to us if you need any further assistance


Regards,

Theveshwar


Loader.
Up arrow icon