Common Licensing Errors

22 May 20244 minutes to read

Licensing error popup is displayed with various messages under different circumstances. Here are some ways to resolve different issues.

Licensing errors

License key not registered\Trial Expired

The following error message will be shown if a Syncfusion license key has not been registered in your application or if the trial key has expired after 30 days.

Error message : This application was built using a trial version of Syncfusion Essential Studio. You should include the valid license key to remove the license validation message permanently.

Solution:

  • Generate a valid license key from here Licensed users or Trial users for a specific version and platform or License keys can also be generated from the Claim License Key page by clicking the “Claim License” button click from Syncfusion licensing warning message. Refer to this help topic for more details.

  • In your application, register the generated license key. Please refer to this help topic for information on registering the license key.

License key not registered

Invalid key

If the application is registered with an invalid key, another version of license key, or another platform’s license key, the following error message will pop up when launching the application.

Error Message: The included Syncfusion license key is invalid.

Solution:

  • Generate a valid license key from here Licensed users or Trial users for a specific version and platform or License keys can also be generated from the Claim License Key page by clicking the “Claim License” button click from Syncfusion licensing warning message. Refer to this help topic for more details.

  • In your application, register the generated license key. Please refer to this help topic for information on registering the license key.

License key not registered

Licensing errors from version 16.2.0* to 20.3.0*

License key not registered

The following error message will be shown if a Syncfusion license key has not been registered in your application.

Error message: This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this help topic for more information.

Solution:

  • Generate a valid license key from here Licensed users or Trial users for a specific version and platform.

  • In your application, register the generated license key. Please refer to this help topic for information on registering the license key.

License key not registered

Invalid key

If the application is registered with an invalid key, another version of license key, or another platform’s license key, the following error message will pop up when launching the application.

Error Message: The included Syncfusion license is invalid. Please refer to this help topic for more information.

Solution:

  • Generate a valid license key from here Licensed users or Trial users for a specific version and platform.

  • In your application, register the generated license key. Please refer to this help topic for information on registering the license key.

License key not registered

Trial Expired

The following error message will be shown if the trial key has expired after 30 days.

Error Message: Your Syncfusion trial license has expired. Please refer to this help topic for more information.

Solution: Purchase from here to get a valid Syncfusion license.

License key not registered

Platform Mismatch

If the application is registered with another platform’s license key, the following error message will pop up when launching the application.

Error Message:The included Syncfusion license is invalid (Platform mismatch). Please refer to this help topic for more information.

Solution:

  • Generate a valid license key from here Licensed users or Trial users for a specific version and platform.

  • In your application, register the generated license key. Please refer to this help topic for information on registering the license key.

License key not registered

Version Mismatch

If the application is registered with another version’s license key, the following error message will pop up when launching the application.

Error Message:The included Syncfusion license ({Registered Version}) is invalid for version {Required version}. Please refer to this help topic for more information.

Solution:

  • Generate a valid license key from here Licensed users or Trial users for a specific version and platform. Kindly follow the KB to generate license key.

  • In your application, register the generated license key. Please refer to this help topic for information on registering the license key.

License key not registered

Could not load Syncfusion.Licensing.dll assembly version…?

Please ensure that all Syncfusion NuGet packages including Syncfusion.Licensing were installed properly, and assembly references are upgraded to the required version. Also, verify that the csproj and packages.config/web.config files references have been referred with the updated version.

To avoid run-time errors, set copy local to true. Copy Local determines whether a reference is copied to the project output path.

Set copy local to true

Set “CopyLocal” as True for Syncfusion.Licensing.dll along with all other Syncfusion assemblies and ensure that the Syncfusion.Licensing.dll assembly is also present in the output folder or deployment folder of the application.

Output folder

Refer to this knowledge base articles to set copy local as true.