You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distribution-and-licensing/license-key/activation-errors-and-warnings.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,14 @@ When using the product in a project with an expired or missing license, the _Tel
30
30
31
31
|**Condition**|**Message Code**|**Solution**|
32
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._|
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>|
Copy file name to clipboardExpand all lines: integration/integration-with-vs-code.md
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,15 @@ position: 1
11
11
# Configuring Document Processing Libraries
12
12
13
13
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.
14
15
15
16
## Getting the Wizard
16
17
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)
18
23
19
24
## Starting the Wizard
20
25
@@ -24,27 +29,25 @@ To use **Document Processing Libraries Configuration Wizard** from the **VS Code
24
29
25
30
1\. Right-click on a file in the files tree.
26
31
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`.
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:
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