title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
License Key Errors |
Telerik License Key Errors |
Troubleshooting Telerik license key errors when using Telerik UI for Blazor. |
troubleshooting-license-key-errors |
blazor, license, troubleshooting |
true |
3 |
This page provides solutions for license key errors that you may encounter while building Telerik Blazor apps.
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.
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.
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.
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.
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.
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.
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:
- Renew your license and then, update your license key.
- Use a Telerik UI for Blazor version that was released within the subscription period of your perpetual license.
This error applies to subscription licenses. Renew your subscription and then, update your license key.
Purchase a commercial license to continue using Telerik UI for Blazor.
- Download and Install License Key
- Use License Keys in CI/CD