Skip to content

Commit 168a73a

Browse files
committed
docs(installing): include telerik licensing in included assemblies article
1 parent ee2ac4d commit 168a73a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

getting-started/installation/included-assemblies.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn more about the available assemblies you can use when working
55
slug: introduction/installation/included-assemblies
66
tags: included, assemblies
77
published: True
8-
position: 3
8+
position: 4
99
---
1010

1111
# Included Assemblies
@@ -25,14 +25,15 @@ The binaries from the `Additional Assemblies` folder may have different versions
2525

2626
## Main Assemblies
2727

28-
The main Telerik UI for ASP.NET AJAX assemblies are located in the root of the installation ([automated]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) and in the [ZIP archive]({%slug introduction/installation/installing-the-telerik-controls-from-zip-file%})) and in the [internal builds archives]({%slug introduction/installation/using-the-hotfix-(dlls-and-scripts/skins-only)%}).
28+
The main Telerik UI for ASP.NET AJAX assemblies are located in the root of the installation ([automated]({%slug getting-started/installation/install-using-msi%}) and in the [ZIP archive]({%slug getting-started/installation/install-from-zip%})) and in the [internal builds archives]({%slug introduction/installation/using-the-hotfix-(dlls-and-scripts/skins-only)%}).
2929

3030
Telerik UI for ASP.NET AJAX provides the following main assemblies:
3131

3232
|Main Assemblies|Specifics
3333
|:--|:--
3434
|`Telerik.Web.UI.dll`|(Required) The core assembly from the suite where the actual controls are located. It also contains the Default skin.
3535
|`Telerik.Web.UI.Skins.dll`|(Optional) This assembly has all the skins the suite offers except for the Default one. To use the Default skin or custom skins only, you do not need this assembly.
36+
|`Telerik.Licensing.Runtime.dll` | Required by the new [licensing mechanism]({%slug licensing/license-key%}) introduced by `Telerik UI for ASP.NET AJAX 2025 Q1`
3637
|`Telerik.Web.Design.dll`|(Optional) This assembly contains the Visual Studio Design surface code for the suite. The configuration wizards you can access from the Smart Tags of the controls are also here. The assembly is only needed if you use the controls in the Design mode in VS and is not needed in the deployed application. The automated installation adds this assembly to the GAC for versions prior to R1 2018.
3738
|`Telerik.Web.Device.Detection.dll`|(Optional) The [Telerik Device Detection framework]({%slug controls/raddevicedetectionframework%}) that can help you determine, with a few lines of code, the screen resolution of the device that requested the page while processing the request on the server. The assembly is used by the Telerik controls to determine the [render mode]({%slug controls/render-modes%}) when it is set to `Auto`. If you use only the Classic, Lightweight, or Mobile render mode, you do not need this assembly.
3839

@@ -76,7 +77,7 @@ Telerik UI for ASP.NET AJAX provides the following Telerik NuGet feed packages a
7677
| `Telerik.Windows.Documents.Core.xxxxx.x.xxx4.nupkg` | `Telerik.Windows.Documents.Core.dll` |
7778
| `Telerik.Windows.Documents.SpreadsheetStreaming.xxxxx.x.xxx.nupkg` | `Telerik.Documents.SpreadsheetStreaming.dll` |
7879

79-
Apart from the packages listed above, Telerik provides a number of additional libraries that are available when you install Telerik UI for ASP.NET AJAX [from an MSI]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) or [from a ZIP file]({%slug introduction/installation/installing-the-telerik-controls-from-zip-file%}). For example, `Newtonsoft.Json.dll` and `Telerik.Web.Spreadsheet.dll`. These libraries are available in the `AdditionalLibraries` folder within the UI for ASP.NET AJAX installation directory.
80+
Apart from the packages listed above, Telerik provides a number of additional libraries that are available when you install Telerik UI for ASP.NET AJAX [from an MSI]({%slug getting-started/installation/install-using-msi%}) or [from a ZIP file]({%slug getting-started/installation/install-from-zip%}). For example, `Newtonsoft.Json.dll` and `Telerik.Web.Spreadsheet.dll`. These libraries are available in the `AdditionalLibraries` folder within the UI for ASP.NET AJAX installation directory.
8081

8182
## Spreadsheet Library
8283

0 commit comments

Comments
 (0)