Skip to main content

Deployment of ASPxScheduler

  • 4 minutes to read

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

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.

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 ASPxScheduler control. These libraries are considered to be redistributable under the .NET Controls & Frameworks EULA, and can thus 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.XtraScheduler.v23.2.Core.dll Contains main classes that implement the basic functionality of WinForms Scheduler, ASP.NET Scheduler, and WPF Scheduler controls.
DevExpress.Web.ASPxScheduler.v23.2.dll Contains the ASPxScheduler, ASPxSchedulerStorage, ASPxDateNavigator and additional Scheduler controls.

Note

By default, all required DevExpress assemblies are located in the “C:\Program Files\DevExpress 23.2\Components\Bin\Framework\“ folder of your development machine after installation.

Optional Libraries

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

DevExpress Themes

If any DevExpress Theme is used, the following assembly should also be deployed.

Assembly

Description

DevExpress.Web.ASPxThemes.v23.2.dll

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

Data Binding via XpoDataSource

If the scheduler is bound to an XpoDataSource, the following assemblies are required.

Assembly

Description

DevExpress.Xpo.v23.2.dll

Contains the classes that support the main functionality of the eXpress Persistent Objects Library.

Note: This assembly is also required when using XtraGrid’s Server Mode.

Reporting (Printing via XtraReports)

For applications which use the Scheduler Reporting features, you may need assemblies specified in the XtraReports - Deployment. The following assemblies are also required.

Assembly Description
DevExpress.XtraBars.v23.2.dll Provides the toolbar, menu and docking functionality.
DevExpress.XtraCharts.v23.2.dll Provides general functionality to the XRChart control.
DevExpress.XtraEditors.v23.2.dll Provides functionality to various editors of the End-User Report Designer.
DevExpress.XtraGrid.v23.2.dll Enables an application to use the Query Builder.
DevExpress.XtraLayout.v23.2.dll Contains classes that implement the layout control functionality.
DevExpress.XtraPrinting.v23.2.dll Provides the printing and exporting functionality to the End-User Report Designer.
DevExpress.XtraScheduler.v23.2.dll Provides the required printing functionality.
DevExpress.XtraScheduler.v23.2.Reporting.dll Contains classes that implement the Scheduler Reporting specifics.
DevExpress.XtraTreeList.v23.2.dll Provides functionality to tree-like controls (such as Field List and Report Explorer).

Note

If you use NuGet packages, add the DevExpress.Win.SchedulerReporting package to use the reporting functionality in Scheduler.

Note

Reporting functionality is not supported for applications deployed under Medium Trust Level.

Localization

If you localize Scheduler using the satellite resource assemblies, you need to deploy the corresponding assemblies. To learn more, see the Localizing ASP.NET Controls via Satellite Resource Assemblies topic.

Non-Redistributable Libraries

Distributing any DevExpress design-time libraries ending with “.Design” is strictly prohibited. It means that you cannot use our installation for a deployment purpose since it includes design libraries that cannot be distributed according to the terms of our EULA.

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