Skip to content

Commit 1d2caaf

Browse files
authored
Update add-license-key-in-add-in-project.md
1 parent 3f9da3e commit 1d2caaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

knowledge-base/add-license-key-in-add-in-project.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_title: Telerik License Key Invalid or Missing Message Box and Watermark Dis
55
type: troubleshooting
66
slug: add-license-key-in-add-in-project
77
position: 0
8-
tags: licensing,installation, telerik, licensing, license, key, not, found, addin
8+
tags: licensing, installation, telerik, licensing, license, key, not, found, addin
99
res_type: kb
1010
---
1111

@@ -25,11 +25,11 @@ This happens because there is no proper main window and application context, whi
2525

2626
Here is a possible solution to resolve the licensing mechanism and remove the Watermark if the license key is valid:
2727

28-
* Ensure that each project, library in your Add-in/Plugin Project is referencing the Telerik.Licensing NuGet. The NuGet is located on the [NuGet.org server](https://www.nuget.org/).
28+
* Ensure that each project library in your Add-in/Plugin Project is referencing the Telerik.Licensing NuGet. The Licensing NuGet is located on the [NuGet.org server](https://www.nuget.org/).
2929

30-
* Ensure that the Watermark does not appear in your Add-In/Plugin when run as standalone application in Visual Studio.
30+
* Ensure that the Watermark does not appear in your Add-In/Plugin when run as a standalone application in Visual Studio.
3131

32-
* Call the TelerikLicensing.Register() method arly as possible, before initializing any Telerik controls. Keep in mind that RadForm is also a control from our suite. You will need to consider placing it as early as possible in your plug-in’s loading process.
32+
* Call the TelerikLicensing.Register() method as early as possible, before initializing any Telerik controls. Keep in mind that RadForm is also a control from our suite. You will need to consider placing it as early as possible in your plug-in’s loading process.
3333

3434
````C#
3535

0 commit comments

Comments
 (0)