Deployment of Docking and Popups
- 2 minutes to read
This document describes the assemblies required by web projects that use the functionality of the Docking and Popup controls. Some of the assemblies are essential, while others (which provide additional functionality) can be optionally deployed, depending on your requirements.
Note
If you use other DevExpress components in your project, their use and deployment should comply with the corresponding EULA documents. For more information on licensing and the DevExpress redistribution policy, refer to the following topic: Redistribution and Deployment.
Depending on the permissions you have set on the production server, and the number of web applications that use the DevExpress assemblies, you can either register the assemblies in the Global Assembly Cache (GAC) or place them in the Bin folder of your application on the target computer. See the following article to learn more about web project deployment techniques: Web Deployment Content Map for Visual Studio and ASP.NET.
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
Below are the essential libraries required by applications that use the Docking and Popup controls.
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
You can utilize the following libraries to get additional functionality for web projects that use the Docking and Popup controls.
DevExpress Themes
If any 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 topic to learn more: ASPxThemes Assembly.
Localization
If you localize Docking and Popup controls using satellite resource assemblies, you need to deploy the corresponding assemblies. See the following topic to learn more: Localizing ASP.NET Controls via Satellite Resource Assemblies.