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

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 (found in the “C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe” path for .NET v4) to install the DevExpress.Data assembly in the GAC.

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

See Also