Skip to content

Commit f643f13

Browse files
author
KB Bot
committed
Added new kb article handling-license-file-name-changes
1 parent 1b90150 commit f643f13

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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, when I build a simple console app with the DPLs, I get the following error:
20+
21+
22+
## Solution
23+
24+
It may be caused by an old KENDO_UI_LICENSE environment variable. So, delete it and invoke `refreshenv` command. If the rebuild has the same error again:
25+
1. Go to telerik.com and generate a new license file.
26+
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.
27+
3.Next, I restart VS2022 (to ensure it has a fresh copy env vars) and compile the project. It is expected to work:
28+

0 commit comments

Comments
 (0)