Skip to content

Commit 5336994

Browse files
Merge pull request #531 from telerik/yoan/update-license-key-article
Updated License Key article accroding to template
2 parents fdc2e36 + b437a56 commit 5336994

16 files changed

+325
-208
lines changed

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ navigation:
3030
distribution-and-licensing:
3131
title: Distribution and Licensing
3232
position: 6
33+
distribution-and-licensing/license-key:
34+
title: License Key
35+
position: 1
3336
integration:
3437
title: Integration
3538
position: 7

distribution-and-licensing/license-agreement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ __UI for WinUI__: [https://www.telerik.com/purchase/license-agreement/winui](htt
2727

2828
## See Also
2929

30-
* [Setting Up Document Processing Libraries License Key]({%slug license-key%})
30+
* [Setting Up Document Processing Libraries License Key]({%slug setting-up-license-key%})
3131
* [Redistributing Telerik Document Processing]({%slug installation-deploying-telerik-document-processing%})

distribution-and-licensing/license-key.md

-201
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Activation Errors and Warnings
3+
page_title: License Activation Errors and Warnings
4+
slug: activation-errors-and-warnings
5+
tags: activation, activate, errors, warnings, license, key, document, processing, libraries
6+
published: True
7+
position: 2
8+
---
9+
10+
# License Activation Errors and Warnings
11+
Starting with the 2025 Q1 release, using a product without a license or with an invalid license causes specific license warnings and errors. This article defines what an invalid license is, explains what is causing it, and describes the related license warnings and errors.
12+
13+
A missing, expired, or invalid license will result in:
14+
- A watermark appearing on application startup.
15+
- A modal dialog appearing on application startup. Clicking the **OK** button of the dialog closes the dialog and removes the banner until the next application startup.
16+
- A warning message can appear in the build log.
17+
18+
### Invalid License
19+
An invalid license can be caused by any of the following:
20+
21+
- Using an expired subscription license-subscription licenses expire at the end of the subscription term.
22+
- Using a perpetual license for product versions released outside the validity period of your license.
23+
- Using an expired trial license.
24+
- A missing license for the product.
25+
- Not installing a license key in your application.
26+
- Not updating the license key after renewing your product license.
27+
28+
### License Warnings and Errors
29+
When using the product in a project with an expired or missing license, the _Telerik.Licensing_ build task will indicate the following errors or conditions:
30+
31+
|**Condition**|**Message Code**|**Solution**|
32+
|----|----|----|
33+
|No license key is detected|TKL002|[Install a license key]({%slug setting-up-license-key%}) to activate the UI components and remove the error message.|
34+
|Invalid license key|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.|
35+
|Your subscription license has expired.|TKL103; TKL104|Renew your subscription and [download a new license key]({%slug setting-up-license-key%}).|
36+
|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: <br> - Renew your subscription and [download a new license key]({%slug setting-up-license-key%}#downloading-the-license-key). <br> - Downgrade to a product version included in your perpetual license as indicated in the message.|
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+
40+
## See Also
41+
42+
* [Setting Up Your License Key]({%slug setting-up-license-key%})
43+
* [Adding the License Key to CI Services]({%slug adding-license-key-ci-cd-services%})
44+
* [License Key FAQ]({%slug frequently-asked-questions%})
45+
* [License Agreement]({%slug license-agreement%})
46+
* [Redistributing Telerik Document Processing]({%slug installation-deploying-telerik-document-processing%})
47+
* [Unable to find package Telerik.Licensing]({%slug dpl-package-update-failure-license%})
48+
* [Handling License Key File Name and Environment Variable Name Changes in the 2025 Q1 Release]({%slug handling-license-file-name-changes%})
49+
* [Telerik.Licensing NuGet package is not available on the Telerik NuGet feed]({%slug dpl-telerik-licensing-nuget-feed%})
50+

0 commit comments

Comments
 (0)