Skip to main content

Installation and Deployment

Installing on a Developer Machine

When executed on a SharePoint development machine, the DevExpress .NET Installer automatically registers all required assemblies in the GAC.

Deployment to the Target Server

To use DevExpress ASP.NET products on the target SharePoint site, the corresponding DevExpress assemblies should be available on the target server in the GAC.

To learn more about assemblies required for each product, see the following help topic: Redistribution and Deployment.

The following command uses the gacutil tool to install the DevExpress.Data assembly in the GAC.

gacutil –i DevExpress.Data.v22.2.dll

See Also