Redistributable Assemblies
- 2 minutes to read
IMPORTANT
Bootstrap Controls for ASP.
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.
#Redistributable Libraries for ASP.NET Core Bootstrap Controls
Assembly | Description | Remarks |
---|---|---|
DevExpress. | 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. | Contains main classes that implement the basic functionality of the Scheduler control. | Required |
DevExpress. | Provides external client libraries DevExpress ASP. | Required |
DevExpress. | Contains classes that implement a functionality of the main controls available in the Bootstrap | Required |
DevExpress. | Implements the core functionality for DevExpress ASP. | Required |
DevExpress. | Implements API elements that are common to various components included in the DevExpress ASP. | Required |
DevExpress. | Implements the functionality required to render Bootstrap-enabled ASP. | Required |
DevExpress. | Contains classes implementing the main functionality of DevExpress Bootstrap controls for ASP. | Required |
DevExpress. | Provides a basic printing functionality. | Optional |