You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/license-key.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The new license key includes information about all previous purchases. This proc
63
63
64
64
## Frequently Asked Questions
65
65
66
-
####Does the license key expire?
66
+
### Does the license key expire?
67
67
68
68
Yes, the license key expires at the end of your subscription:
69
69
@@ -79,7 +79,7 @@ You need to download and install a new license key after:
79
79
80
80
An expired [perpetual license](https://www.telerik.com/purchase/faq/licensing-purchasing#licensing) key is valid for all Telerik UI for Blazor versions published before the license expiration date.
81
81
82
-
####Will Telerik UI for Blazor function with an expired license key?
82
+
### Will Telerik UI for Blazor function with an expired license key?
83
83
84
84
This depends on the [Telerik UI for Blazor license type (perpetual, subscription, or trial)](https://www.telerik.com/purchase/faq/licensing-purchasing#licensing):
85
85
@@ -93,44 +93,44 @@ Scenarios that do not match the above three descriptions result in the following
93
93
* A watermark appears on Telerik UI for Blazor components.
94
94
*[A warning message appears in the application's build log](slug:troubleshooting-license-key-errors).
95
95
96
-
####I updated the Telerik UI for Blazor version in my project and license errors appeared. Why?
96
+
### I updated the Telerik UI for Blazor version in my project and license errors appeared. Why?
97
97
98
98
The most likely cause is that the new Telerik UI for Blazor version was released after the expiration date of your current license or license key. To fix this issue:
99
99
100
100
1. Renew your Telerik UI for Blazor license if necessary.
101
101
1.[Update your license key](slug:installation-license-key)
102
102
103
-
####Can I use the same license key in multiple builds?
103
+
### Can I use the same license key in multiple builds?
104
104
105
105
You can use one license key in multiple pipelines, builds, and environments. However, each individual developer must use their own unique personal license key in their development environment.
106
106
107
-
####Do I need an Internet connection to activate the license?
107
+
### Do I need an Internet connection to activate the license?
108
108
109
109
No, the license validation and activation occur offline.
110
110
111
-
####Do I have to add the license key to source control?
111
+
### Do I have to add the license key to source control?
112
112
113
113
No, do not add the `telerik-license.txt` license key file or its contents to source control.
114
114
115
115
Do not store the license key in plain text in GitHub Actions Workflow definitions. Build servers [must use the `TELERIK_LICENSE` environment variable](slug:deployment-license-key).
116
116
117
-
####What happens if both the environment variable and the license key file are present?
117
+
### What happens if both the environment variable and the license key file are present?
118
118
119
119
If both the `TELERIK_LICENSE` environment variable and the `telerik-license.txt` file are present, then the environment variable will be used.
120
120
To use the license key file, unset the environment variable.
121
121
122
-
####What happens if several license key files exist?
122
+
### What happens if several license key files exist?
123
123
124
124
If both a global and a project-specific `telerik-license.txt` files exist, then the project-specific license key will be used.
125
125
126
-
####My team has more than one license holder. Which key do we have to use?
126
+
### My team has more than one license holder. Which key do we have to use?
127
127
128
128
To activate Telerik UI for Blazor:
129
129
130
130
*[Every developer must be assigned their own license or seat](https://www.telerik.com/purchase/faq/licensing-purchasing).
131
131
* Every developer must use a license key that is associated with their personal Telerik account.
132
132
133
-
####Are earlier Telerik UI for Blazor versions affected?
133
+
### Are earlier Telerik UI for Blazor versions affected?
134
134
135
135
No, versions up to **7.1.0** released prior to February 2025 do not require a license key.
Copy file name to clipboardExpand all lines: troubleshooting/license-key-errors.md
+28-20Lines changed: 28 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,44 +25,52 @@ A Telerik license key error may occur in the following scenarios:
25
25
* Using an outdated license key after making renewals or purchases.
26
26
* Using a license key that doesn't include Telerik UI for Blazor.
27
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
28
29
29
-
Refer to the error messages below for specific tips.
30
+
Refer to the specific error messages and tips below.
30
31
31
32
## Error Messages
32
33
33
-
*[No license key is detected](#no-license-key-is-detected)
34
-
*[Invalid license key](#invalid-license-key)
35
-
*[Your subscription license has expired](#your-subscription-license-has-expired)
36
-
*[Your perpetual license is invalid](#your-perpetual-license-is-invalid)
37
-
*[Your trial license has expired](#your-trial-license-has-expired)
38
-
*[Your license is not valid for the detected product(s)](#your-license-is-not-valid-for-the-detected-products)
34
+
### No Telerik or Kendo UI product references detected in project (TKL001)
39
35
40
-
### No license key is detected
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).
37
+
38
+
### No Telerik and Kendo UI License file found (TKL002)
41
39
42
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).
43
41
44
-
### Invalid license key
42
+
### Corrupted Telerik and Kendo UI License Key content (TKL003)
43
+
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).
45
+
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.
47
+
48
+
### Unable to locate licenses for all products (TKL004)
49
+
50
+
Your license is not valid for the detected product(s).
51
+
52
+
[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).
45
53
46
-
Follow the [automatic](slug:installation-license-key#automatic-installation) or [manual](slug:installation-license-key#manual-installation) installation steps from scratch.
54
+
### Telerik UI for Blazor is not listed in your current license file (TKL101)
47
55
48
-
### Your subscription license has expired
56
+
Your license is not valid for the detected product(s).
49
57
50
-
<ahref="https://www.telerik.com/account/your-licenses"target="_blank">Renew your subscribtion</a>. Then, [update your license key](slug:installation-license-key#license-key-updates).
58
+
[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).
51
59
52
-
### Your perpetual license is invalid
60
+
### Your current license has expired (TKL102)
53
61
54
-
You are using a product version released outside the validity period of your perpetual license. To remove the error message, do either of the following:
62
+
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:
55
63
56
-
*<ahref="https://www.telerik.com/account/your-licenses"target="_blank">Renew your subscribtion</a>. Then, [update your license key](slug:installation-license-key#license-key-updates).
57
-
*Downgrade your app to a Telerik UI for Blazor version that was released within the subscription period of your perpetual license.
64
+
*[Renew your license](https://www.telerik.com/account/your-licenses) and then, [update your license key](slug:installation-license-key#license-key-updates).
65
+
*Use a Telerik UI for Blazor version that was released within the subscription period of your perpetual license.
58
66
59
-
### Your trial license has expired
67
+
### Your subscription has expired (TKL103, TKL104)
60
68
61
-
<ahref="https://www.telerik.com/purchase/blazor-ui"target="_blank">Purchase a commercial license to continue using Telerik UI for Blazor</a>.
69
+
This error applies to subscription licenses. [Renew your subscription](https://www.telerik.com/account/your-licenses) and then, [update your license key](slug:installation-license-key#license-key-updates).
62
70
63
-
### Your license is not valid for the detected product(s)
71
+
### Your trial expired (TKL105)
64
72
65
-
<ahref="https://www.telerik.com/purchase/blazor-ui"target="_blank">Review the purchase options for Telerik UI for Blazor</a>. Then, [update your license key](slug:installation-license-key#license-key-updates).
73
+
[Purchase a commercial license to continue using Telerik UI for Blazor](https://www.telerik.com/purchase/blazor-ui).
0 commit comments