From 1ee8d918ad5c97ea95a525f5156814041c39cb98 Mon Sep 17 00:00:00 2001 From: Dess Date: Wed, 2 Jul 2025 14:57:55 +0300 Subject: [PATCH 1/2] Update activation-errors-and-warnings.md --- .../license-key/activation-errors-and-warnings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution-and-licensing/license-key/activation-errors-and-warnings.md b/distribution-and-licensing/license-key/activation-errors-and-warnings.md index 12e1fe21..5b4f3dda 100644 --- a/distribution-and-licensing/license-key/activation-errors-and-warnings.md +++ b/distribution-and-licensing/license-key/activation-errors-and-warnings.md @@ -32,7 +32,7 @@ When using the product in a project with an expired or missing license, the _Tel |----|----|----| |`No Telerik or Kendo UI product references detected in project`|TKL001|| |`No Telerik and Kendo UI License file found`|TKL002|[Install a license key]({%slug setting-up-license-key%}) to activate the UI components and remove the error message.| -|`Corrupted Telerik and Kendo UI License Key content`|TKL003|[Download a new license key]({%slug setting-up-license-key%}#downloading-the-license-key) and install it to activate the UI components and remove the error message.| +|`Corrupted Telerik and Kendo UI License Key content in: [file path or environment variable name]`|TKL003|| |`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 update your license key]({%slug setting-up-license-key%}).| |`"Telerik Document Processing Libraries" product 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._| |`Your current license has expired.`|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:
- Renew your subscription and [download a new license key]({%slug setting-up-license-key%}#downloading-the-license-key).
- Downgrade to a product version included in your perpetual license as indicated in the message.| From 709bcb966e5dae3fd06d2bb007de02dfc4002648 Mon Sep 17 00:00:00 2001 From: Dess Date: Wed, 2 Jul 2025 15:09:20 +0300 Subject: [PATCH 2/2] Update distribution-and-licensing/license-key/activation-errors-and-warnings.md Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> --- .../license-key/activation-errors-and-warnings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution-and-licensing/license-key/activation-errors-and-warnings.md b/distribution-and-licensing/license-key/activation-errors-and-warnings.md index 5b4f3dda..e441d92f 100644 --- a/distribution-and-licensing/license-key/activation-errors-and-warnings.md +++ b/distribution-and-licensing/license-key/activation-errors-and-warnings.md @@ -32,7 +32,7 @@ When using the product in a project with an expired or missing license, the _Tel |----|----|----| |`No Telerik or Kendo UI product references detected in project`|TKL001|| |`No Telerik and Kendo UI License file found`|TKL002|[Install a license key]({%slug setting-up-license-key%}) to activate the UI components and remove the error message.| -|`Corrupted Telerik and Kendo UI License Key content in: [file path or environment variable name]`|TKL003|| +|`Corrupted Telerik and Kendo UI License Key content in: [file path or environment variable name]`|TKL003|| |`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 update your license key]({%slug setting-up-license-key%}).| |`"Telerik Document Processing Libraries" product 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._| |`Your current license has expired.`|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:
- Renew your subscription and [download a new license key]({%slug setting-up-license-key%}#downloading-the-license-key).
- Downgrade to a product version included in your perpetual license as indicated in the message.|