New to Telerik Document ProcessingStart a free 30-day trial

Handling License Key File Name and Environment Variable Name Changes in the 2025 Q1 Release

Updated over 6 months ago

Environment

VersionProductAuthor
Q1 2025Telerik Document ProcessingDesislava Yordanova

Description

After downloading the License Key file by using the VS2022 extensions menu: Download License key

when building a simple console app with the Telerik Document Processing libraries, you get the following error:

License error

Solution

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:

1. Go to telerik.com and generate a new License Key.

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.

3. Next, restart VS2022 (to ensure it has a fresh copy env vars) and compile the project. It is expected to work:

License Fixed

See Also