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
*[Step 4: Add and Configure the Telerik UI Grid](https://docs.telerik.com/aspnet-mvc/getting-started/build-team-efficiency-dashboard/telerikui-grid)
51
-
*[Step 5: Add and Configure the Telerik UI ListView](https://docs.telerik.com/aspnet-mvc/getting-started/build-team-efficiency-dashboard/telerikui-listview)
52
-
*[Step 6: Manage the Client Side](https://docs.telerik.com/aspnet-mvc/getting-started/build-team-efficiency-dashboard/client-side)
53
-
*[Step 7: Handle the Telerik UI Datasource](https://docs.telerik.com/aspnet-mvc/getting-started/build-team-efficiency-dashboard/telerikui-datasource)
54
-
*[Step 8: Add and Configure the Telerik UI Charts](https://docs.telerik.com/aspnet-mvc/getting-started/build-team-efficiency-dashboard/telerikui-charts)
55
-
*[Step 9: Make the Application Responsive](https://docs.telerik.com/aspnet-mvc/getting-started/build-team-efficiency-dashboard/go-responsive)
56
-
*[Step 10: Add and Configure the Kendo UI Themes](https://docs.telerik.com/aspnet-mvc/getting-started/build-team-efficiency-dashboard/kendoui-themes)
47
+
*[Step 1: Getting Up and Running](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/getting-up-and-running)
*[Step 4: Add and Configure the Telerik UI Grid](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/telerikui-grid)
51
+
*[Step 5: Add and Configure the Telerik UI ListView](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/telerikui-listview)
52
+
*[Step 6: Manage the Client Side](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/client-side)
53
+
*[Step 7: Handle the Telerik UI Datasource](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/telerikui-datasource)
54
+
*[Step 8: Add and Configure the Telerik UI Charts](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/telerikui-charts)
55
+
*[Step 9: Make the Application Responsive](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/go-responsive)
56
+
*[Step 10: Add and Configure the Kendo UI Themes](https://www.telerik.com/aspnet-mvc/documentation/html-helpers/helper-basics/build-team-efficiency-dashboard/kendoui-themes)
Copy file name to clipboardExpand all lines: docs-aspnet/installation/activating-your-license/license-key-errors.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,12 @@ If you experience the error *"The located assembly's manifest definition does no
128
128
```
129
129
{% endif %}
130
130
131
+
### Your Deployed Application Shows a Banner and a Watermark
132
+
133
+
Ensure that you have set up an environment variable by following the steps from the [Use License Keys in CI/CD]({%slug deployment_license_key_aspnetcore%}) article.
134
+
135
+
Alternatively, if you have included the telerik-license.txt file into the project and the project is under source control, add the license file under source control as well.
136
+
131
137
## See Also
132
138
133
139
*[Download and Install License Key]({%slug installation_license_key_aspnetcore%})
Copy file name to clipboardExpand all lines: docs-aspnet/installation/activating-your-license/setting-up-your-license.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ The `Telerik.UI.for.AspNet.Mvc5` NuGet package [depends on the `Telerik.Licensin
32
32
33
33
Follow the steps below for [automatic](#automatic-installation) or [manual](#manual-installation) license key installation in your local development environment. To build {{ site.product_short }} apps in a CI/CD environment, [set up a Telerik license key in CI/CD]({%slug deployment_license_key_aspnetcore%}).
34
34
35
+
>The Telerik UI NuGet package (therefore, the Kendo.Mvc.dll that comes with the package) must be the same version as the Kendo UI script files referenced in the project's Layout file.
36
+
35
37
An [invalid or missing license key results in app build warnings]({%slug troubleshooting-license-key-errors%}) and watermarks in the application UI.
36
38
37
39
>warning The license key file is personal and confidential. Do not commit this file to source control and do not save it to a publicly accessible location!
@@ -73,6 +75,22 @@ The new license key includes information about all previous purchases. The downl
73
75
* If you used the [manual license key installation](#manual-installation), then repeat the same manual steps.
74
76
* To [update your license key in CI/CD environments]({%slug deployment_license_key_aspnetcore%}), get your new license key and update the environment variable value.
75
77
78
+
{% if site.mvc %}
79
+
## Referencing the Telerik.Licensing.Runtime.dll Assembly
80
+
81
+
The activation aproach described here is an alternative to the manual and automatic license activation explained in the sections above.
82
+
83
+
If you don't want to install the `Telerik.Licensing` NuGet package, you can activate the license by following the steps below:
84
+
85
+
1. Create an empty file named `TelerikLicense.cs` in your project's root folder.
86
+
2. Copy the Telerik UI for ASP.NET MVC key available to you on the [License Keys page](https://www.telerik.com/account/your-licenses/license-keys).
87
+
3. Paste the copied key into the `TelerikLicense.cs` you have created in step 1.
88
+
4. Go to the product's [Download Page](https://www.telerik.com/account/downloads/product-download?product=KENDOUIMVC) and download the `telerik.ui.for.aspnetmvc.[Version].commercial.zip` bundle.
89
+
5. Open the downloaded archive and navigate to the `\licensing\binaries` folder, which contains the `Telerik.Licensing.Runtime.dll` assembly.
90
+
6. Extract the `Telerik.Licensing.Runtime.dll` file, copy it to your project's `bin` folder, and then add a reference to it in Visual Studio.
91
+
92
+
{% endif %}
93
+
76
94
## Next Steps
77
95
78
96
*[Set Up the Telerik NuGet Feed]({%slug nuget_install_aspnetmvc6_aspnetmvc%})
0 commit comments