Skip to main content

Deployment of ASPxHtmlEditor

  • 3 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 that 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, their use and deployment should comply with the corresponding EULA documents. For more details on licensing information and the redistribution policy of DevExpress, refer to the following 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 the assemblies in the Global 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 the following topic: 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

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.v23.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.v23.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.v23.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.v23.2.dll

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

DevExpress.Printing.v23.2.Core.dll

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

DevExpress.RichEdit.v23.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 you use a Rich Edit in-place editor (RepositoryItemRichTextEdit) and/or export to DOCX format.

DevExpress.Office.v23.2.Core.dll

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

DevExpress.Web.ASPxHtmlEditor.v23.2.dll

Contains classes that allow an editor to edit HTML page markup. See the following topics to learn more: HTML Editor and DevExpress.Web.ASPxHtmlEditor.

Optional Libraries

The following libraries allow you to implement additional functionality in projects that use the ASPxHtmlEditor control.

 

  • 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.v23.2.dll

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

     

  • Export to DOCX or RTF format

    If you export the ASPxTreeList content to DOCX or RTF format, deploy the following assembly:

    Assembly Description
    DevExpress.RichEdit.v23.2.Export.dll Contains classes required for export to DOCX and RTF format.
  • Localization

    If you localize ASPxHtmlEditor using the satellite resource assemblies, you need to deploy the corresponding assemblies. See the following topic to learn more: Satellite Resource Assemblies.