Skip to content

Commit 2b1e46c

Browse files
authored
Merge pull request #680 from telerik/dkrastev/m-License-KBs
Re-add License file as KB
2 parents 9e102b2 + fedeced commit 2b1e46c

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: License file (licx)
3+
description: License file (licx)
4+
page_title: License file (licx)
5+
type: troubleshooting
6+
slug: kb-license-file-licx
7+
position: 0
8+
tags: common,license, licx
9+
res_type: kb
10+
---
11+
12+
## Environment
13+
14+
|Product Version|Product|Author|
15+
|----|----|----|
16+
|2024.4.1113|Telerik UI for WinForms|[Dinko Krastev](https://www.telerik.com/blogs/author/dinko-krastev)|
17+
18+
19+
## Description
20+
21+
>caution As of __Q2 2024__, __Telerik UI for WinForms__ suite does not generate anymore the License file (licx).
22+
23+
Тhe __Telerik UI for WinForms__ suite uses the standard .NET licensing mechanism, which means that using the controls in design-time causes Visual Studio to add a [__license.licx file__](https://docs.microsoft.com/en-us/dotnet/framework/tools/lc-exe-license-compiler) to the solution. This file is used only in design-mode and is not needed for deployment.
24+
25+
26+
The purpose of the license file is to:
27+
28+
29+
* combat copyright infringement.
30+
31+
32+
* provide license holders in the company with statistics on the use of the available licenses.
33+
34+
35+
* send anonymous statistics about the controls usage (so it may generate some network requests to the Telerik servers).
36+
37+
38+
Having this license file is not expected to bring any performance/compilation issues and you can ignore it.
39+
40+
41+
In case your project build fails with errors pointing to the license file, you can delete it and rebuild.
42+
43+
44+
If you are working under source control, once the file is created it will be detected as a change by your source control system. We would suggest that you check-in this file initially. Then, when it is checked out again during your work, it is up to you to decide whether to check it in, or discard the changes.

urlrewriter.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,5 +432,5 @@
432432
<redirect url="/devtools/winforms/licensing/license-agreement" to="/devtools/winforms/licensing/license-key" processing="stop" />
433433
<redirect url="/devtools/winforms/licensing/personal-data-collection" to="/devtools/winforms/licensing/license-key" processing="stop" />
434434
<redirect url="/devtools/winforms/licensing/trial-vs-licensed-version" to="/devtools/winforms/licensing/license-key" processing="stop" />
435-
<redirect url="/devtools/winforms/licensing/license-file-\(licx\)" to="/devtools/winforms/licensing/license-key" processing="stop" />
435+
<redirect url="/devtools/winforms/licensing/license-file-\(licx\)" to="/devtools/winforms/knowledge-base/kb-license-file-licx" processing="stop" />
436436
</rewriter>

0 commit comments

Comments
 (0)