Skip to content

Commit 3f2dd5b

Browse files
authored
Merge pull request #514 from telerik/new-kb-handling-license-file-name-changes-6a31ecd34d2342f2a6c39029adc8c292
Added new kb article handling-license-file-name-changes
2 parents 1b90150 + be243cb commit 3f2dd5b

File tree

5 files changed

+42
-0
lines changed

5 files changed

+42
-0
lines changed

distribution-and-licensing/license-key.md

+1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,5 @@ Starting with the 2025 Q2 release of the product in May 2025, all conditions abo
196196
* [License Agreement]({%slug license-agreement%})
197197
* [Redistributing Telerik Document Processing]({%slug installation-deploying-telerik-document-processing%})
198198
* [Unable to find package Telerik.Licensing]({%slug dpl-package-update-failure-license%})
199+
* [Handling License Key File Name and Environment Variable Name Changes in the 2025 Q1 Release]({%slug handling-license-file-name-changes%})
199200
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Handling License Key File Name and Environment Variable Name Changes in the 2025 Q1 Release
3+
description: Learn how to handle license key file and environment variable name changes introduced with the 2025 Q1 release.
4+
type: troubleshooting
5+
page_title: Handling License Key File Name and Environment Variable Name Changes in the 2025 Q1 Release
6+
slug: handling-license-file-name-changes
7+
tags: license,key,file,name,2025,change
8+
res_type: kb
9+
---
10+
11+
## Environment
12+
13+
| Version | Product | Author |
14+
| ---- | ---- | ---- |
15+
| Q1 2025| Telerik Document Processing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
16+
17+
## Description
18+
19+
After downloading the License Key file by using the VS2022 extensions menu:
20+
![Download License key](images/download-license-key.png)
21+
22+
when building a simple console app with the Telerik Document Processing libraries, you get the following error:
23+
24+
![License error](images/license-error.png)
25+
26+
## Solution
27+
28+
It may be caused by an old [KENDO_UI_LICENSE environment variable](https://docs.telerik.com/kendo-ui/knowledge-base/license-key-file-name-and-environment-variable). So, delete it and invoke `refreshenv` command. If the rebuild has the same error again:
29+
30+
1\. Go to telerik.com and generate a new [License Key](https://www.telerik.com/account/your-licenses/license-keys).
31+
32+
2\. Compare the license key with the one downloaded from the extensions. If it indeed looks different than the one VS2022 got, replace the original telerik-license.txt file with the newly downloaded one.
33+
34+
3\.Next, I restart VS2022 (to ensure it has a fresh copy env vars) and compile the project. It is expected to work:
35+
36+
37+
![License Fixed](images/license-fixed.png)
38+
39+
## See Also
40+
41+
* [Unable to find package Telerik.Licensing]({%slug dpl-package-update-failure-license%})
20.2 KB
Loading
17.2 KB
Loading
28.6 KB
Loading

0 commit comments

Comments
 (0)