Back to Devexpress

Redistribution and Deployment (.NET Framework)

officefileapi-15321-installation-guide-redistribution-and-deployment.md

latest5.1 KB
Original Source

Redistribution and Deployment (.NET Framework)

  • Dec 24, 2025
  • 3 minutes to read

Certain DevExpress libraries are considered redistributable under the End User License Agreement (EULA) and can be distributed to end-users of your applications. You must have a valid license to legally distribute applications that use DevExpress components.

This topic covers the DevExpress redistribution policy and contains a list of redistributable assemblies.

Redistributable Assemblies

When you deploy a project that uses DevExpress Office File API libraries, you should copy the corresponding assembly files onto an end-user machine. The document provides the complete list of DevExpress Office File API assemblies that can be redistributed according to the terms of DevExpress EULA.

Note

Usually, you may only use some assemblies in your project. Use the Assembly Deployment Tool to analyze your project and obtain the list of assemblies that should be deployed in your particular case.

The following table lists the assemblies required by applications that use the Office File API library functionality. The default folder for these assemblies is the following folder of your development machine after installation.

“C:\Program Files\DevExpress 25.2\Components\Bin\Framework"

AssemblyDescription
DevExpress.Charts.v25.2.Core.dll
DevExpress.XtraCharts.v25.2.dll
DevExpress.DataVisualization.v25.2.Core.dllContain base classes used by the charting engine.
DevExpress.Data.v25.2.dllImplements 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.v25.2.dllContains classes that utilize the most popular approaches to access different data providers.
DevExpress.Docs.v25.2.dllContains non-visual components and object libraries for document processing.
DevExpress.Drawing.v25.2.dllContains cross-platform counterparts of the System.Drawing classes not supported in non-Windows environments.
DevExpress.Office.v25.2.Core.dllContains base classes common for Office File API and Office controls.
DevExpress.Pdf.v25.2.Core.dllContains classes that provide the basic functionality to parse and render PDF files.
DevExpress.Pdf.v25.2.Drawing.dllContains classes required for drawing in the PDF Document API.
SkiaSharp v1.68.3Required for cross-platform page content rendering in the PDF Document API.
DevExpress.Printing.v25.2.Core.dllContains classes that implement the basic functionality for DevExpress printing libraries.
DevExpress.RichEdit.v25.2.Core.dllContains 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 Rich Text Editor, WinForms Rich Text Editor, and WPF Rich Text Editor.
This assembly is also required when using a Rich Edit in-place editor (RepositoryItemRichTextEdit), Filter Editor Control ( DevExpress.XtraFilterEditor.FilterEditorControl ) and/or exporting to DOCX.
DevExpress.Snap.v25.2.Core.dllProvides the basic functionality for Snap.
DevExpress.Sparkline.v25.2.Core.dllRequired for sparklines embedded in a spreadsheet document.
DevExpress.Spreadsheet.v25.2.Core.dllContains basic classes that implement the main functionality of DevExpress Spreadsheet.
DevExpress.TreeMap.v25.2.Core.dll
DevExpress.XtraTreeMap.v25.2.dllRequired to implement treemap charts in the Spreadsheet Document API.

See Also

The following topic describes how to use the DevExpress Assembly Deployment Tool.

The links below cover the deployment mechanism in the .NET Framework.

Important

Please consult the EULA for additional up-to-the-minute information on which assemblies, tools and executables are considered redistributable.