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

Redistributable Assemblies (ASP.NET and MVC Deployment)

  • 7 minutes to read

When you deploy a web project that uses DevExpress web controls, you should copy the corresponding assembly files that implement the functionality onto a target machine (server). Note that you cannot use our installation for this purpose since it includes Design libraries that cannot be distributed according to the terms of our EULA. This means you need to deploy the necessary assembly files onto the target server manually.

See ASP.NET Deployment Content Map in MSDN to learn more about web project deployment techniques.

Below is a list of all DevExpress web control suites and their corresponding assembly files. Some of these assemblies are required, while others that provide additional functionality are optional, depending on your requirements.

Note

All the required DevExpress assemblies are located in the following folder after installation: “C:\Program Files (x86)\DevExpress 20.1\Components\Bin\Framework\“

The 20.1 in assembly and folder names corresponds to the product version’s year and volume number. You can find more information about our product delivery and versioning model on the Product Delivery Model web page.

Non-Redistributable Libraries

Distributing any DevExpress design-time libraries ending with “.Design” (for example, DevExpress.XtraPrinting.v20.1.Design) is strictly prohibited.

Redistributable Libraries for ASP.NET Controls

Cross-Platform Assemblies

Description

DevExpress.Data.v20.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.Printing.v20.1.Core.dll

Contains classes that implement the basic functionality for DevExpress printing libraries.

DevExpress.Office.v20.1.Core.dll

Contains base classes common for Office File API and Office controls.

DevExpress.SpellChecker.v20.1.Core.dll

Contains an assortment of internal classes that implement the basic spell-checker functionality of WinForms SpellChecker, ASP.NET SpellChecker, and WPF SpellChecker controls.

DevExpress.Charts.v20.1.Core

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.XtraScheduler.v20.1.Core

Contains main classes that implement the basic functionality of WinForms Scheduler, ASP.NET Scheduler, and WPF Scheduler controls.

DevExpress.Spreadsheet.v20.1.Core.dll

Contains basic classes that implement the main functionality of DevExpress Spreadsheet.

DevExpress.RichEdit.v20.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.XtraGauges.v20.1.Core.dll

Contains common algorithms for drawing gauges in different platforms for XtraGauges and ASPxGauges.

DevExpress.Pdf.v20.1.Core.dll

Contains internal classes that provide the basic functionality to parse and render PDF files.

Platform-Specific Assemblies

Description

DevExpress.Web.v20.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.Web.ASPxDiagram.v20.1.dll

Contains classes that implement a functionality of the ASPxDiagram control. See Diagram and DevExpress.Web.ASPxDiagram to learn more.

DevExpress.Web.ASPxGantt.v20.1.dll

Contains classes that implement a functionality of the ASPxGantt control. See Gantt and DevExpress.Web.ASPxGantt to learn more.

DevExpress.Web.ASPxHtmlEditor.v20.1.dll

Contains classes that implement a functionality of the ASPxHtmlEditor control. See HTML Editor and DevExpress.Web.ASPxHtmlEditor to learn more.

DevExpress.Web.ASPxSpellChecker.v20.1.dll

Contains classes that implement the ASPxSpellChecker component’s functionality. See Spell Checker and DevExpress.Web.ASPxSpellChecker to learn more.

DevExpress.XtraCharts.v20.1.Web

Contains the WebChartControl control that is intended for use in ASP.NET applications.

DevExpress.XtraReports.v20.1

Contains classes that implement the main functionality of XtraReports.

DevExpress.XtraReports.v20.1.Web

Contains classes which are used to implement the Web functionality of XtraReports.

DevExpress.XtraReports.v20.1.Web.Azure

This assembly is required for correct deployment of ASP.NET applications on Microsoft Azure.

DevExpress.Web.ASPxScheduler.v20.1.dll

Contains classes that implement a functionality of the main controls available in the ASPxScheduler component. See Included Components to learn more.

DevExpress.Web.ASPxSpreadsheet.v20.1.dll

Contains classes that implement a functionality related to the ASPxSpreadsheet control. See Spreadsheet and DevExpress.Web.ASPxSpreadsheet to learn more.

DevExpress.Web.ASPxRichEdit.v20.1.dll

Contains classes that implement a functionality related to the ASPxRichEdit control. See ASPxRichEdit and DevExpress.Web.ASPxRichEdit to learn more.

DevExpress.XtraGauges.v20.1.Presets.dll

Contains over 150 ready-to-use Gauge presets for the ASPxGauges and XtraGauges Suites.

DevExpress.Web.ASPxGauges.v20.1.dll

Contains classes that implement functionality related to the ASP.NET Gauges.

DevExpress.XtraPrinting.v20.1.dll

Provides the printing and exporting functionality to the End-User Report Designer.

DevExpress.XtraScheduler.v20.1.dll

Provides the required printing functionality.

DevExpress.XtraScheduler.v20.1.Core.Reporting.dll

Contains classes that implement the Scheduler Reporting specifics.

DevExpress.XtraScheduler.v20.1.Reporting.dll

Contains classes that implement the Scheduler Reporting specifics.

DevExpress.XtraTreeList.v20.1.dll

Provides functionality to tree-like controls (such as Field List and Report Explorer).

DevExpress.Web.ASPxThemes.v20.1.dll

Contains classes that implement a set of predefined DevExpress themes for DevExpress web controls. See ASPxThemes Assembly to learn more.

Assemblies required by the Printing-Exporting library.

Might be required when using the printing or exporting functionality. See the XtraPrinting - Deployment topic for a detailed list.

Redistributable Libraries for ASP.NET MVC Extensions

Cross-Platform Assemblies

Description

DevExpress.Data.v20.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.Utils.v20.1.dll

Contains basic utility classes and common skins (such as “DevExpress Style”, “Visual Studio 2013”, “Office 2013” and “Seven Classic”).

DevExpress.Printing.v20.1.Core.dll

Contains classes that implement the basic functionality for DevExpress printing libraries.

DevExpress.SpellChecker.v20.1.Core.dll

Contains an assortment of internal classes that implement the basic spell-checker functionality of WinForms SpellChecker, ASP.NET SpellChecker, and WPF SpellChecker controls.

DevExpress.Charts.v20.1.Core

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.XtraScheduler.v20.1.Core

Contains main classes that implement the basic functionality of WinForms Scheduler, ASP.NET Scheduler, and WPF Scheduler controls.

DevExpress.Spreadsheet.v20.1.Core.dll

Contains basic classes that implement the main functionality of DevExpress Spreadsheet.

DevExpress.RichEdit.v20.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.Pdf.v20.1.Core.dll

Contains internal classes that provide the basic functionality to parse and render PDF files.

Platform-Specific Assemblies

Description

DevExpress.Web.Mvc.v20.1.dll

or

DevExpress.Web.Mvc5.v20.1.dll

Contains classes that implement the common functionality of DevExpress Extensions for ASP.NET MVC. See DevExpress.Web.Mvc and Extension Sheet to learn more.

DevExpress.Web.v20.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.Web.ASPxHtmlEditor.v20.1.dll

Contains classes that implement a functionality of the ASPxHtmlEditor control. See HTML Editor and DevExpress.Web.ASPxHtmlEditor to learn more.

DevExpress.Web.ASPxSpellChecker.v20.1.dll

Contains classes that implement the ASPxSpellChecker component’s functionality. See Spell Checker and DevExpress.Web.ASPxSpellChecker to learn more.

DevExpress.XtraCharts.v20.1.Web

Contains the WebChartControl control that is intended for use in ASP.NET applications.

DevExpress.XtraReports.v20.1

Contains classes that implement the main functionality of XtraReports.

DevExpress.XtraReports.v20.1.Web

Contains classes which are used to implement the Web functionality of XtraReports.

DevExpress.XtraReports.v20.1.Web.Azure

This assembly is required for correct deployment of ASP.NET applications on Microsoft Azure.

DevExpress.Web.ASPxScheduler.v20.1.dll

Contains classes that implement a functionality of the main controls available in the ASPxScheduler component. See Included Components to learn more.

DevExpress.Web.ASPxSpreadsheet.v20.1.dll

Contains classes that implement a functionality related to the ASPxSpreadsheet control. See Spreadsheet and DevExpress.Web.ASPxSpreadsheet to learn more.

DevExpress.Web.ASPxRichEdit.v20.1.dll

Contains classes that implement a functionality related to the ASPxRichEdit control. See ASPxRichEdit and DevExpress.Web.ASPxRichEdit to learn more.

DevExpress.XtraPrinting.v20.1.dll

Provides the printing and exporting functionality to the End-User Report Designer.

DevExpress.XtraScheduler.v20.1.dll

Provides the required printing functionality.

DevExpress.XtraScheduler.v20.1.Reporting.dll

Contains classes that implement the Scheduler Reporting specifics.

DevExpress.XtraTreeList.v20.1.dll

Provides functionality to tree-like controls (such as Field List and Report Explorer).

DevExpress.Web.ASPxThemes.v20.1.dll

Contains classes that implement a set of predefined DevExpress themes for DevExpress web controls. See ASPxThemes Assembly to learn more.

Assemblies required by the Printing-Exporting library.

Might be required if any printing or exporting functionality is used. See the XtraPrinting - Deployment topic for a detailed list.