New to Telerik UI for BlazorStart a free 30-day trial

License Key Errors

This page provides solutions for license key errors that you may encounter while building Telerik Blazor apps.

This documentation section applies to Telerik UI for Blazor version 8.0.0 and above. Older versions do not require a license key.

Basics

A Telerik license key error may occur in the following scenarios:

  • The license key is missing or not set up correctly.
  • The license key is outdated or does not include the product version that you are using.
  • Your subscription license or trial has expired.
  • You have different conflicting license keys in the same environment. For example, using one global license key and one in the app. Or, using a license key file together with an environment variable in CI/CD environment.

Refer to the specific error messages and tips below.

Error Messages

No Telerik or Kendo UI product references detected in project (TKL001)

This error can occur when a project references Telerik.Licensing, but not any other Telerik packages. In this case, remove the Telerik.Licensing package from the project. If your scenario is different, contact Technical Support.

No Telerik and Kendo UI License file found (TKL002)

The error means that the license key is missing or not set up corrently. For example, the environment variable is not set or the license file may be at the wrong place. The error can also occur if the environment variable or license file exists, but it is empty.

Install a license key again. Also check how to set up a license key in CI/CD environments.

Corrupted Telerik and Kendo UI License Key content (TKL003)

The license key is detected, but its value is invalid and cannot be decrypted. For example, if you have set a TELERIK_LICENSE environment variable through the Windows operating system's UI, then it may be truncated. In such cases, remove the environment variable and use a license key file instead.

Follow the automatic or manual installation steps from scratch. Also check how to set up a license key in CI/CD environments.

Unable to locate licenses for all products (TKL004)

Your license is not valid for the detected product(s), because it doesn't include them.

Review the purchase options for Telerik UI for Blazor. If you have already purchased the required license, then, update your license key.

Telerik UI for Blazor is not listed in your current license file (TKL101)

Your license key does not include Telerik UI for Blazor.

Review the purchase options for Telerik UI for Blazor. If you have already purchased the required license, then, update your license key.

Your current license has expired (TKL102)

This error applies to perpetual licenses. It means that you are using a product version released outside the validity period of your license. To remove the error message, do either of the following:

Your subscription has expired (TKL103, TKL104)

This error applies to subscription licenses. Renew your subscription and then, update your license key.

Your trial expired (TKL105)

Purchase a commercial license to continue using Telerik UI for Blazor.

See Also