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: knowledge-base/add-license-key-openedge.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Set Your License Key in OpenEdge Project
3
-
description: Learn how to add your Telerik UI for .NET WinForms license OpenEdge environment.
3
+
description: Learn how to add your Telerik UI for WinForms license OpenEdge environment.
4
4
type: how-to
5
5
page_title: Set Your License Key in OpenEdge Project
6
6
slug: add-license-as-snippet-ci-cd
@@ -12,11 +12,11 @@ res_type: kb
12
12
13
13
| Product | Version
14
14
| ---- | ---- |
15
-
| 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 .NET WinForms without using the `Telerik.Licensing` package?
20
20
21
21
## Solution
22
22
@@ -34,21 +34,22 @@ The following tutorial will demonstrate how to set up your license key in the Op
34
34
35
35
1. Now we need to register the copied license key above.
>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
54
54
55
1. Add a reference to the `Telerik.Licensing.Runtime.dll`.
0 commit comments