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
| Telerik UI for .NET WinForms | 2025 Q1 or later |
15
+
| Telerik UI for WinForms | 2025 Q1 or later |
16
16
17
17
## Description
18
18
19
-
I work in an OpenEdge environment and need to activate my Telerik UI for .NET WinForms license key. My projects, however, do not use NuGet packages. How can I activate the Telerik UI for .NET WinForms without using the `Telerik.Licensing` package?
19
+
I work in an OpenEdge environment and need to activate my Telerik UI for WinForms license key. My projects, however, do not use NuGet packages. How can I activate the Telerik UI for WinForms without using the `Telerik.Licensing` package?
20
20
21
21
## Solution
22
22
23
23
The following tutorial will demonstrate how to set up your license key in the OpenEdge environment.
24
24
25
-
1. Go to the [Setting Up Your Telerik UI for .NET WinForms License Key](https://docs.telerik.com/devtools/winforms/licensing/license-key#downloading-the-license-key) and follow the first two sections of the article.
25
+
1. Go to the [Setting Up Your Telerik UI for WinForms License Key](https://docs.telerik.com/devtools/winforms/licensing/license-key#downloading-the-license-key) and follow the first two sections of the article.
26
26
1. Downloading the License Key
27
-
1. Activating the Telerik UI for .NET WinForms Components
27
+
1. Activating the Telerik UI for WinForms Components
28
28
29
29
1. Go to the [License Keys page](https://www.telerik.com/account/your-licenses/license-keys) in your Telerik account.
30
30
31
-
1. On the Telerik UI for .NET WinForms row, click the **View key** link in the **SCRIPT KEY** column. Copy only the string in the first Telerik.Licensing.EvidenceAttribute("key").
31
+
1. On the Telerik UI for WinForms row, click the **View key** link in the **SCRIPT KEY** column. Copy only the string in the first Telerik.Licensing.EvidenceAttribute("key").
>important The license key needs to be registered before initializing our controls. In the above scenario, the license key is registered before the InitializeComponent() method is executed.
54
+
>important The license key needs to be registered before initializing our controls. In the above scenario, the license key is registered before the InitializeComponent() method is executed.
53
55
54
56
1. Add a reference to the `Telerik.Licensing.Runtime.dll`.
55
57
@@ -60,5 +62,5 @@ The following tutorial will demonstrate how to set up your license key in the Op
60
62
61
63
*[Setting Up Your License Key]({%slug license-key%})
62
64
*[License Activation Errors and Warnings]({%slug license-errors-warnings%})
63
-
*[Frequently Asked Questions about Your Telerik UI for .NET WinForms License Key]({%slug licensing-faq%})
65
+
*[Frequently Asked Questions about Your Telerik UI for WinForms License Key]({%slug licensing-faq%})
64
66
*[Adding the License Key to CI Services]({%slug add-license-to-ci-cd%})
0 commit comments