Skip to content

Commit 17dd224

Browse files
committed
Polish error messages
1 parent f0dd6e5 commit 17dd224

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

troubleshooting/license-key-errors.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,40 @@ This page provides solutions for license key errors that you may encounter while
1818

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

21-
* Missing license key.
22-
* Using an expired subscription license after the end of the subscription term.
23-
* Using a perpetual license with a product version that was released outside the validity period of your license.
24-
* Using an expired trial license.
25-
* Using an outdated license key after making renewals or purchases.
26-
* Using a license key that doesn't include Telerik UI for Blazor.
27-
* Using 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.
28-
* Corrupt license key
21+
* The license key is missing or not set up correctly.
22+
* The license key is outdated or does not include the product version that you are using.
23+
* Your subscription license or trial has expired.
24+
* 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.
2925

3026
Refer to the specific error messages and tips below.
3127

3228
## Error Messages
3329

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

36-
This error can occur when a project references `Telerik.Licensing`, but not any other Telerik packages. If your scenario is different, please contact [Technical Support](https://www.telerik.com/account/support-center).
32+
This error can occur when a project references `Telerik.Licensing`, but not any other Telerik packages. In this case, please remove the `Telerik.Licensing` package from the project. If your scenario is different, please [contact Technical Support](https://www.telerik.com/account/support-center).
3733

3834
### No Telerik and Kendo UI License file found (TKL002)
3935

40-
[Install a license key file](slug:installation-license-key). If you already downloaded it, make sure it's [saved at the right place](slug:installation-license-key#manual-installation).
36+
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](slug:installation-license-key#manual-installation).
37+
38+
[Install a license key](slug:installation-license-key) again. Also check how to [set up a license key in CI/CD environments](slug:deployment-license-key).
4139

4240
### Corrupted Telerik and Kendo UI License Key content (TKL003)
4341

44-
Follow the [automatic](slug:installation-license-key#automatic-installation) or [manual](slug:installation-license-key#manual-installation) installation steps from scratch. Also check how to [set up a license key in CI/CD environments](slug:deployment-license-key).
42+
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.
4543

46-
If you have set a `TELERIK_LICENSE` environment variable through the Windows operating system's UI, then remove the environment variable and use a license key file instead.
44+
Follow the [automatic](slug:installation-license-key#automatic-installation) or [manual](slug:installation-license-key#manual-installation) installation steps from scratch. Also check how to [set up a license key in CI/CD environments](slug:deployment-license-key).
4745

4846
### Unable to locate licenses for all products (TKL004)
4947

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

5250
[Review the purchase options for Telerik UI for Blazor](https://www.telerik.com/purchase/blazor-ui). If you have already purchased the required license, then, [update your license key](slug:installation-license-key#license-key-updates).
5351

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

56-
Your license is not valid for the detected product(s).
54+
Your license key does not include Telerik UI for Blazor.
5755

5856
[Review the purchase options for Telerik UI for Blazor](https://www.telerik.com/purchase/blazor-ui). If you have already purchased the required license, then, [update your license key](slug:installation-license-key#license-key-updates).
5957

0 commit comments

Comments
 (0)