Skip to content

Commit 165fcf2

Browse files
authored
Merge pull request #702 from telerik/nkaraiva-licensing-errors-changes
Fix table rows
2 parents 6b9a7a8 + 70c22c2 commit 165fcf2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

licensing/license-errors-warnings.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Starting with the __2025 Q1 release__, using Telerik UI for .NET WinForms withou
1414
A missing, expired, or invalid license will result in:
1515
- A watermark appearing on application startup.
1616
- A modal dialog appearing on application startup. Clicking the **OK** button of the dialog closes the dialog and removes the banner until the next application startup.
17-
- A warning message similar to the following appearing in the build log:
17+
- A warning messages similar to the following may appear in the build log:
1818

1919
![warning messages](images/license-errors-warnings001.png)
2020

@@ -40,14 +40,9 @@ When using Telerik UI for .NET WinForms in a project with an expired or missing
4040
|`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 license-key%}#updating-your-license-key).|
4141
| `Telerik UI for .NET WinForms is not listed in your current license file.` |TKL101| Review the purchase options for the listed products. Alternatively, remove the references to the listed packages from `package.json`. |
4242
| `Your current license has expired.` |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 license-key%}#downloading-the-license-key) and use it to activate the controls. <br> - Downgrade to a product version included in your perpetual license as indicated in the message. |
43-
4443
| `Your subscription has expired.`|TKL103; TKL104 | Renew your subscription and [download a new license key]({%slug license-key%}#downloading-the-license-key).|
45-
4644
| `Your trial has expired.` |TKL105 | Purchase a commercial license to continue using the product. |
47-
48-
|`No Telerik or Kendo UI product references detected in project`|TKL001|
49-
<br> - If you use Telerik products and see this message, update the Telerik.Licensing package to version 1.4.9 or later.
50-
<br> - If you do not use Telerik products, remove the `Telerik.Licensing` NuGet reference from your project.|
45+
|`No Telerik or Kendo UI product references detected in project`|TKL001| <br> - If you use Telerik products and see this message, update the Telerik.Licensing package to version 1.4.9 or later. <br> - If you do not use Telerik products, remove the `Telerik.Licensing` NuGet reference from your project.|
5146

5247

5348
## See Also

0 commit comments

Comments
 (0)