Deployment of ASPxVerticalGrid
- 3 minutes to read
This document describes assemblies required by web projects which use the functionality of the ASPxVerticalGrid. Some assemblies are essential, while others (that provide additional functionality) can be optionally deployed, depending on your requirements
Note
If you use other DevExpress components in your project, using and deploying them should comply with corresponding EULA documents. For more details on licensing information and the redistribution policy of Dev
Depending on the permissions you have on a production server and the number of web applications that use the same DevExpress assemblies, you can either register those assemblies in the global system assembly cache (GAC) or place them into the Bin folder of your application on the target computer. To learn more about web project deployment techniques, see ASP.NET Deployment Content Map.
#Required Libraries
Below are the essential libraries required by applications that use the ASPxVerticalGrid. These libraries are considered to be redistributable under the .NET Controls & Frameworks EULA, and can thus be redistributed legally.
Assembly | Description |
---|---|
DevExpress. |
Implements the most basic functionality common to all DevExpress controls. This includes classes for data binding, skinning, printing, exporting, as well as many other auxiliary types and resources. |
DevExpress. |
Contains classes that implement the core functionality of all DevExpress web controls and the functionality of controls from the following components: Data Editors, Grid |
#Optional Libraries
The following libraries provide additional functionality for web projects that use the functionality of the ASPxVerticalGrid. Some of them are considered to be redistributable under the .NET Controls & Frameworks EULA, and can thus be redistributed legally, while others require separate licenses.
DevExpress Themes
If any provided DevExpress Theme is used, the following assembly should also be deployed. This library is considered to be redistributable under the .NET Controls & Frameworks EULA.
Assembly
Description
DevExpress.
Web. 24.ASPx Themes. v 2 .dllContains classes that implement a set of predefined DevExpress themes for DevExpress web controls. See ASPx
Themes Assembly to learn more.Exporting
If the grid’s export functionality is used (via the ASPxVerticalGridExporter), you also need to deploy the following assemblies. These libraries are considered to be redistributable under the .NET Controls & Frameworks EULA.
Assembly Description Assemblies required by the Printing-Exporting library. See the Xtra Printing - Deployment topic for a detail list.Data Binding via XpoDataSource
If the grid is bound to an XpoDataSource, the following assemblies are required. Note: These libraries are not considered to be redistributable under the .NET Controls & Frameworks EULA. Deploying them requires a separate valid license for the product eXpress Persistent Objects.
Assembly
Description
DevExpress.
Xpo. 24.v 2 .dllContains the classes that support the main functionality of the e
Xpress Persistent Objects Library .Note: This assembly is also required when using Xtra
Grid’s Server Mode.Localization
If you localize ASPxVerticalGrid using the satellite resource assemblies, you need to deploy the corresponding assemblies. To learn more, see the Localizing ASP.NET Controls via Satellite Resource Assemblies topic.
#Redistributable Libraries
The following libraries are considered redistributable under the .NET Controls & Frameworks EULA.
- DevExpress.Data.v24.2.dll
- DevExpress.SharePoint.2013.v24.2.dll
- DevExpress.Web.ASPxThemes.v24.2.dll
- DevExpress.Web.v24.2.dll
- DevExpress.XtraPrinting.v24.2.dll
Note
By default, all required DevExpress assemblies are located in the “C:\Program Files\Dev
#Non-Redistributable Libraries
Distributing any DevExpress design-time libraries ending with “.Design” is strictly prohibited. It means that you cannot use our installation for deployment purposes, since it includes design libraries that cannot be distributed according to the terms of our EULA.
Please consult the EULA for additional up-to-the-minute information on which libraries, tools and executables are considered redistributable.