Skip to content

Commit c6a73be

Browse files
authored
docs(licensing): update instructions for vb apps (#694)
1 parent de31cdf commit c6a73be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

licensing/license-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Web Applications projects that do not use NuGet and Web Site projects require an
4141
1. On the Telerik UI for ASP.NET AJAX row, click the `View key` link.
4242
1. Select the language (`C# KEY` or `VB KEY`) and click the `Copy and close` button to copy the Script Key to your clipboard.
4343
1. Adding the License Key script:
44-
- **Web Application**: Paste the copied key to the `Properties > AssemblyInfo`
44+
- **Web Application**: Paste the copied key to the `Properties > AssemblyInfo` (C# Apps) or `My Project > AssemblyInfo` (VB Apps)
4545
- **Web Site**: Add a C#/VB Class file to the `App_Code` directory of your project, e.g. `App_Code\TelerikLicense.cs` and paste the Script Key from your clipboard.
4646

4747
>To activate the license in other projects, repeat these steps.

0 commit comments

Comments
 (0)