Deployment of ASPxCardView
- 4 minutes to read
This document describes assemblies required by web projects that use ASPxCardView functionality. Some assemblies are essential, while others that provide additional functionality can optionally be deployed - based on your requirements.
Note
If you use other DevExpress components in your project, their usage and deployment should comply with our corresponding End User License Agreements (EULA). For more details on DevExpress licensing and redistribution policies, refer to the following help topic: Redistribution and Deployment.
Depending on the production server’s permission settings and the number of web applications that use the same DevExpress assemblies, you can either register those assemblies in the Global Assembly Cache (GAC) or place them in the application’s Bin folder on the target machine. To learn more about web project deployment techniques, see the following article: ASP.NET Deployment Content Map.
Use our Assembly Deployment Tool to collect the required redistributable DevExpress and custom assemblies automatically to deploy your application. Otherwise, you can deploy the required assemblies manually.
Required Libraries
The following essential libraries are required by applications that use ASPxCardView. These libraries are considered to be redistributable under the .NET Controls & Frameworks EULA, and can thus be redistributed legally.
Assembly | Description |
---|---|
DevExpress.Data.v24.1.dll | 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.Web.v24.1.dll | Contains classes that implement the core functionality of all DevExpress web controls and the functionality of controls from the following components: Data Editors, GridView, Card View, Vertical Grid, Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management and Multi-Use Site Controls. |
Optional Libraries
The following libraries provide additional functionality for web projects that use ASPxCardView functionality. Some libraries 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.ASPxThemes.v24.1.dll
Contains classes that implement a set of predefined DevExpress themes for DevExpress web controls. See the following help topic to learn more: ASPxThemes Assembly.
Exporting
If the grid’s export functionality is used (via the ASPxGridViewExporter), 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. To see a detailed list of assemblies, refer to the following help topic: XtraPrinting - Deployment. 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. Deployment of these libraries requires a separate valid license for the eXpress Persistent Objects product.
Assembly
Description
DevExpress.Xpo.v24.1.dll
Contains the classes that support the main functionality of the eXpress Persistent Objects Library.
Note: This assembly is also required when using XtraGrid’s Server Mode.
Localization
If you use satellite resource assemblies to localize ASPxGridView, you need to deploy the corresponding assemblies. To learn more, see the following help topic: Localizing ASP.NET Controls via Satellite Resource Assemblies.
Redistributable Libraries
The following libraries are considered redistributable under the .NET Controls & Frameworks EULA.
- DevExpress.Data.v24.1.dll
- DevExpress.SharePoint.2013.v24.1.dll
- DevExpress.Web.ASPxThemes.v24.1.dll
- DevExpress.Web.v24.1.dll
- DevExpress.XtraPrinting.v24.1.dll
Note
By default, all required DevExpress assemblies are located in the “C:\Program Files\DevExpress 24.1\Components\Bin\Framework\“ folder of your development machine after installation.
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.