Skip to content

Commit bf35126

Browse files
Merge pull request #549 from telerik/yoan/q2-2025-release
Upgrading Q1 2025 Trial to Q2 2025 Licensed Version
2 parents 5ff9948 + 7b93b01 commit bf35126

7 files changed

+51
-16
lines changed
Loading

distribution-and-licensing/license-key/activation-errors-and-warnings.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ When using the product in a project with an expired or missing license, the _Tel
3030

3131
|**Condition**|**Message Code**|**Solution**|
3232
|----|----|----|
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._|
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+
|`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%}).|
40+
|`No Telerik or Kendo UI product references detected in project`|TKL001|<ul><li>If you use Telerik products and see this message, update the Telerik.Licensing package to version 1.4.9 or later.</li><li>If you do not use Telerik products, remove the Telerik.Licensing NuGet reference from your project.</li></ul>|
3941

4042
## See Also
4143

Loading
79 KB
Loading
36.2 KB
Loading

integration/integration-with-vs-code.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ position: 1
1111
# Configuring Document Processing Libraries
1212

1313
With **Q2 2024** we are adding a Document Processing Configuration Wizard for **Visual Studio Code**. The wizard is included in the Visual Studio Code extension for [Telerik UI for Blazor ](https://marketplace.visualstudio.com/items?itemName=TelerikInc.blazortemplatewizard) and [Telerik UI for ASP.NET Core](https://dotnet.microsoft.com/en-us/apps/aspnet) and it enables you to easily add the required packages when working with the Telerik Document Processing Library.
14+
As of **Q1 2025** we offer the DPL wizard for the [Telerik UI for MAUI](https://marketplace.visualstudio.com/items?itemName=TelerikInc.telerik-maui-productivity-tools) as well.
1415

1516
## Getting the Wizard
1617

17-
To use the Document Processing Libraries Wizard, install the [Telerik UI for Blazor Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.blazortemplatewizard).
18+
To use the Document Processing Libraries Wizard, install the VS Code extension for the desired produckt:
19+
20+
* [Telerik UI for Blazor Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.blazortemplatewizard)
21+
22+
* [Telerik UI for MAUI Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=TelerikInc.telerik-maui-productivity-tools)
1823

1924
## Starting the Wizard
2025

@@ -24,27 +29,25 @@ To use **Document Processing Libraries Configuration Wizard** from the **VS Code
2429

2530
1\. Right-click on a file in the files tree.
2631

27-
2\. Select the `Telerik UI for Blazor: Add Document Processing Libraries`.
32+
2\. Select the `Telerik UI for .NET MAUI: Add Document Processing Libraries`.
2833

29-
![Configure Document Processing Wizard, Context Menu](images/DPLBlazor_ContextMenu.png)
34+
![Configure Document Processing Wizard, Context Menu](images/DPLMAUI_ContextMenu.png)
3035

3136
### Using the Code Editor Command Palette
3237

3338
To use **Document Processing Libraries Configuration Wizard** from the **VS Code** command palette:
3439

35-
1\. Open a `.razor` file or a `Razor` language in the code editor and right-click in the editor to see the `Command Palette..` option.
36-
37-
![Configure Document Processing Wizard, Command Palette](images/DPLBlazor_CommandPallete.png)
40+
1\. Open the Command Pallette menu by pressing Ctrl+Shift+P on Windows or Linux, or Cmd+Shift+P on Mac.
3841

39-
2\. Select the `Telerik UI for Blazor: Add Document Processing Libraries`.
42+
2\. Select `Telerik UI for Maui: Add Document Processing Libraries`.
4043

41-
![Configure Document Processing Wizard, Command Palette](images/DPLBlazor_Pallete.png)
44+
![Configure Document Processing Wizard, Command Palette](images/DPLMAUI_Pallete.png)
4245

4346
After executing one of the options the wizard must appear like this:
4447

45-
![Configure Document Processing Wizard](images/Configure_Document_Processing_Wizard.png)
48+
![Configure Document Processing Wizard](images/Configure_Document_Processing_Wizard_MAUI.png)
4649

47-
The **Telerik Document Processing Configuration wizard** allows you to select which libraries your project would use. It allows you to use `Dev` or `Trial` license and selection of the `.csproj` file, in which you want the installation to be provided. This option is useful in cases when the user has many opened projects in the workspace. If a library you selected has any dependencies, they are automatically checked. In the table below there is a list of the assemblies that will be selected for each library:
50+
The **Telerik Document Processing Configuration wizard** allows you to select which libraries your project would use. It allows you to use the license and selection of the `.csproj` file, in which you want the installation to be provided. This option is useful in cases when the user has many opened projects in the workspace. If a library you selected has any dependencies, they are automatically checked. In the table below there is a list of the assemblies that will be selected for each library:
4851

4952
|Library |Packages |
5053
|---------|---------|
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Upgrading Q1 2025 Trial to Q2 2025 Licensed Version
3+
description: Learn how an active trial user using a Q1 2025 version can update to a Q2 2025 version using NuGet.
4+
type: how-to
5+
page_title: How to Upgrade Q1 2025 Trial to Q2 2025 Licensed Version
6+
slug: upgrade-q1-2025-trial-to-q2-2025-purchase-license
7+
tags: trial, message, license, document, processing, library
8+
res_type: kb
9+
---
10+
11+
## Environment
12+
13+
| Version | Product | Author |
14+
| ---- | ---- | ---- |
15+
| Q2 2025| Telerik Document Processing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
16+
17+
## Description
18+
19+
This article aims to explain how an **active** *trial* user (who started their trial less than 30 days before the Q2 2025 release) using a **Q1 2025** version can update to a **Q2 2025** *commercial* version using NuGet.
20+
21+
## Solution
22+
23+
For a successful upgrade, these users must consider the change in the NuGet package name — the Q2 2025 package has no ***Trial*** identifier in the name. These clients must uninstall the Q1 2025 version and install the Q2 2025 version for a successful upgrade.
24+
25+
>caution Starting with [Telerik Document Processing version Q1 2025](https://www.telerik.com/blogs/license-key-files-telerik-kendo-ui-products-2025-update), you must activate the product through a [license key]({%slug setting-up-license-key%}) (trial or commercial).
26+
27+
## See Also
28+
29+
* [Setting Up Telerik License Key]({%slug setting-up-license-key%})
30+
* [Licensing before 2025]({%slug licensing-before-q2-2025%})

0 commit comments

Comments
 (0)