Skip to main content
A newer version of this page is available. .

Deployment

  • 3 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 in MSDN.

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.v19.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.
DevExpress.Web.v19.1.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.v19.1.Core.dll Contains main classes that implement the basic functionality of WinForms Scheduler, ASP.NET Scheduler, and WPF Scheduler controls.
DevExpress.Web.ASPxScheduler.v19.1.dll Contains the ASPxScheduler, ASPxSchedulerStorage, ASPxDateNavigator and additional Scheduler controls.

Note

By default, all required DevExpress assemblies are located in the “C:\Program Files (x86)\DevExpress 19.1\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.v19.1.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.v19.1.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.XtraScheduler.v19.1.dll Provides the required printing functionality.
    DevExpress.XtraScheduler.v19.1.Reporting.dll Contains classes that implement the Scheduler Reporting specifics.

    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.