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

Deployment

  • 4 minutes to read

This document describes assemblies required by web projects that use the functionality of the ASPxHtmlEditor control. Some of the assemblies are essential, while others that provide additional functionality can be optionally deployed, depending on your requirements.

We recommend you use our Assembly Deployment Tool, which allows you to automatically collect the required redistributable DevExpress (and custom) assemblies to deploy your application. Otherwise, you can deploy the required assemblies manually.

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 DevExpress, refer to Redistribution and Deployment.

Depending upon the permissions you have on a production server and the amount of web applications that use the same assemblies provided by DevExpress, you can either register the 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 in MSDN.

Required Libraries

Below are the essential libraries required by applications that use the ASPxHtmlEditor control. These libraries are considered to be redistributable under the .NET Controls & Frameworks EULA, and thus can be redistributed legally.

Assembly

Description

DevExpress.Data.v19.2.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.v19.2.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.SpellChecker.v19.2.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.Web.ASPxSpellChecker.v19.2.dll

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

DevExpress.Printing.v19.2.Core.dll

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

DevExpress.RichEdit.v19.2.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.Office.v19.2.Core.dll

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

DevExpress.Web.ASPxHtmlEditor.v19.2.dll

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

Optional Libraries

The following libraries provide additional functionality for web projects that use the functionality of the ASPxHtmlEditor control.