Skip to main content

Redistributable Assemblies

  • 2 minutes to read
IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

When you deploy an ASP.NET Core project that uses DevExpress Bootstrap 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 Hosting and deployment overview for ASP.NET Core apps in MSDN to learn more about web project deployment techniques.

Below is a list of all assembly files DevExpress Bootstrap controls use. Some assemblies are required, while others that provide additional functionality are optional.

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

NOTE

The 18.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.

Redistributable Libraries for ASP.NET Core Bootstrap Controls

Assembly                                                           

Description

Remarks

DevExpress.Data.v18.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.

Required

DevExpress.XtraScheduler.v18.1.Core.dll

Contains main classes that implement the basic functionality of the Scheduler control.

Required

DevExpress.AspNetCore.Resources.v18.1.dll

Provides external client libraries DevExpress ASP.NET Core controls require

Required

DevExpress.AspNetCore.Scheduler.Core.v18.1.dll

Contains classes that implement a functionality of the main controls available in the BootstrapScheduler component.

Required

DevExpress.AspNetCore.Core.v18.1.dll

Implements the core functionality for DevExpress ASP.NET Core controls.

Required

DevExpress.AspNetCore.Common.v18.1.dll

Implements API elements that are common to various components included in the DevExpress ASP.NET Core control suite.

Required

DevExpress.AspNetCore.Bootstrap.Render.v18.1.dll

Implements the functionality required to render Bootstrap-enabled ASP.NET Core controls.

Required

DevExpress.AspNetCore.Bootstrap.v18.1.dll

Contains classes implementing the main functionality of DevExpress Bootstrap controls for ASP.NET Core.

Required

DevExpress.Printing.v18.1.Core.dll

Provides a basic printing functionality.

Optional