Skip to main content
A newer version of this page is available. .

ASP.NET Web Forms Deployment

  • 4 minutes to read

This document describes assemblies deployed with your ASP.NET applications that utilize the functionality of DevExpress Dashboard.

Note that if you use other Developer Express components in your application, using and deploying them should comply with the corresponding EULA documents. For more details on licensing information and the redistribution policy of Developer Express, refer to Redistribution and Deployment.

Redistributable Libraries

Below are the libraries considered redistributable under the DevExpress Dashboard EULA and are intended for distribution by you to end-users of software applications that you create.

Assembly Description
DevExpress.Charts.v19.1.Core.dll All DevExpress Charting controls contain classes shared via the same charting engine. These classes, along with a codebase, are intended for internal use, but also provide the basic functionality for ASP.NET Charts, WinForms Charts, and WPF Charts. This assembly is also required when deploying an application containing the WPF Spreadsheet control with a chart.
DevExpress.CodeParser.v19.1.dll Contains classes used to parse SQL queries within the Query Builder dialog.
DevExpress.Dashboard.v19.1.Core.dll Contains classes that implement the basic functionality for DevExpress dashboard components.
DevExpress.Dashboard.v19.1.Web.dll Contains classes that implement the core functionality for the Web Dashboard.
DevExpress.Dashboard.v19.1.Web.WebForms.dll Contains classes that implement the basic functionality for the ASP.NET Web Forms control.
DevExpress.Data.v19.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.DataAccess.v19.1.dll Contains classes that utilize the most popular approaches to access different data providers.
DevExpress.Images.v19.1.dll The DevExpress Image Gallery, which stores images for use in various controls and components. Deploy this library when providing context-dependent images to controls and components using the Image URI feature.
DevExpress.Map.v19.1.Core.dll Contains common algorithms for drawing a map.
DevExpress.Office.v19.1.Core.dll Contains base classes common for Office File API and Office controls.
DevExpress.Pdf.v19.1.Core.dll Contains internal classes that provide the basic functionality to parse and render PDF files.
DevExpress.PivotGrid.v19.1.Core.dll Contains internal classes that implement the basic functionality for WinForms PivotGrid, ASP.NET PivotGrid and WPF PivotGrid controls.
DevExpress.Printing.v19.1.Core.dll Contains classes that implement the basic functionality for DevExpress printing libraries.
DevExpress.RichEdit.v19.1.Core.dll Contains classes that implement the logic for formatting rich text, as well as basic types that provide a public API common to such DevExpress RTF controls as ASP.NET RichEdit, WinForms RichEdit, and WPF RichEdit. This assembly is also required when using a Rich Edit in-place editor (RepositoryItemRichTextEdit), Filter Editor Control (FilterEditorControl) and/or exporting to DOCX.
DevExpress.Sparkline.v19.1.Core.dll Contains base classes that implement the core functionality of DevExpress Sparkline controls.
DevExpress.TreeMap.v19.1.Core.dll Contains base classes that implement the core functionality of the TreeMapControl.
DevExpress.Utils.v19.1.dll Contains basic utility classes and common skins (such as “DevExpress Style”, “Visual Studio 2013”, “Office 2013” and “Seven Classic”).
DevExpress.Web.Resources.v19.1.dll Contains client-side libraries required for the Web Dashboard.
DevExpress.Web.v19.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.
DevExpress.Xpo.v19.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.
DevExpress.XtraBars.v19.1.dll Contains the main components provided by the XtraBars Suite (BarManager, DockManager and RibbonControl).
DevExpress.XtraCharts.v19.1.dll Contains basic classes that implement the main functionality of the XtraCharts Suite.
DevExpress.XtraEditors.v19.1.dll Contains a set of full-featured editors supported by the XtraEditors Suite. Note: This assembly is also required when using the PdfViewer control.
DevExpress.XtraGauges.v19.1.Core.dll Contains common algorithms for drawing gauges in different platforms for XtraGauges and ASPxGauges.
DevExpress.XtraGauges.v19.1.Presets.dll Contains over 150 ready-to-use Gauge presets for the ASPxGauges and XtraGauges Suites.
DevExpress.XtraGauges.v19.1.Win.dll Contains the GaugeControl component.
DevExpress.XtraLayout.v19.1.dll Contains the LayoutControl and DataLayoutControl controls.
DevExpress.XtraMap.v19.1.dll Contains the MapControl, along with other components of the Map control.
DevExpress.XtraPrinting.v19.1.dll Contains classes that implement printing and exporting functionality implemented by the Printing-Exporting library.
DevExpress.XtraReports.v19.1.dll Contains classes that implement the main functionality of XtraReports.
DevExpress.XtraTreeList.v19.1.dll Contains the TreeList component.
DevExpress.XtraTreeMap.v19.1.dll Contains the TreeMapControl component.
See Also