Skip to content

Commit a85b324

Browse files
authored
docs(licensing): update errors table (#672)
1 parent 8987776 commit a85b324

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

licensing/license-errors-warnings.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,20 @@ An invalid license can be caused by any of the following:
2626

2727
When using Telerik UI for ASP.NET AJAX in a project with an expired or missing license, the `Telerik.Licensing` build task will indicate the following errors:
2828

29-
| Error or Condition | Message Code | Solution |
30-
| ------------------------------------------------------------------ | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
31-
| `No license key is detected` | `TKL002` | [Set up a license key]({%slug licensing/license-key%}) to activate the UI controls and remove the error message. |
32-
| `Invalid license key` | `TKL003` | [Download a new license key]({%slug licensing/license-key%}#downloading-the-license-key) and use it to activate the UI controls and remove the error message. |
33-
| `Your perpetual license is invalid.` | `TKL102` | 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: |
34-
| | | - Renew your license, then download a new license key and use it to activate the controls. |
35-
| | | - Downgrade to a product version included in your perpetual license as indicated in the message. |
36-
| `Your subscription license has expired.` | `TKL103`, `TKL104` | Renew your subscription and [download a new license key]({%slug licensing/license-key%}#downloading-the-license-key). |
37-
| `Your trial license has expired.` | `TKL105` | Purchase a commercial license to continue using the product. |
38-
| `Your license is not valid for the detected product(s).` | `TKL101` | Review the purchase options for the listed products. Alternatively, remove the references to the listed packages from `package.json`. |
39-
| `No Telerik or Kendo UI product references detected in project.v.` | `TKL001` | - If you use Telerik products and see this message, update the Telerik.Licensing package to version 1.4.9 or later. |
40-
| | | - If you do not use Telerik products, remove the Telerik.Licensing NuGet reference from your project. |
29+
| Error or Condition | Message Code | Solution |
30+
| ------------------------------------------------------------------------ | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
31+
| `No Telerik and Kendo UI License file found` | `TKL002` | [Install a license key]({%slug licensing/license-key%}) to activate the UI controls and remove the error message. |
32+
| `Corrupted Telerik and Kendo UI License Key content` | `TKL003` | [Download a new license key]({%slug licensing/license-key%}#downloading-the-license-key) and install it to activate the UI components and remove the error message. |
33+
| `Unable to locate licenses for all products` | `TKL004` | Your license is not valid for all Telerik and Kendo products added to your project. If you have already purchased the required license, then . |
34+
| `Corrupted Telerik and Kendo UI License Key content` | `TKL003` | [Download a new license key]({%slug licensing/license-key%}#downloading-the-license-key) and install it to activate the UI components and remove the error message. |
35+
| `Telerik UI for ASP.NET AJAX is not listed in your current license file` | `TKL101` | Review the purchase options for the listed products. Alternatively, remove the references to the listed packages from `package.json`. |
36+
| `Your current license has expired` | `TKL103`, `TKL104` | 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: |
37+
| | | - Renew your subscription and [download a new license key]({%slug licensing/license-key%}) |
38+
| | | - Downgrade to a product version included in your perpetual license as indicated in the message. |
39+
| `Your subscription has expired` | `TKL103`, `TKL104` | Renew your subscription and [download a new license key]({%slug licensing/license-key%}) |
40+
| `Your trial expired` | `TKL105` | Purchase a commercial license to continue using the product. |
41+
| `No Telerik or Kendo UI product references detected in project.v.` | `TKL001` | - If you use Telerik products and see this message, update the `Telerik.Licensing` package to version 1.4.9 or later. |
42+
| | | - If you do not use Telerik products, remove the `Telerik.Licensing` NuGet reference from your project. |
4143

4244
## See Also
4345

0 commit comments

Comments
 (0)