

When manually adding such controls to a web page, you need to explicitly specify which of the client libraries must be deployed on the client by the control.

In this case, all necessary client-side libraries are automatically passed to the client. The above resources are automatically added to the Web.config file on adding a DevExpress web control to a new application created using the DevExpress template gallery. For a complete list of these references, see the 3rd-Party Frameworks Integration API document. “ DevExtreme“ - adds a reference to the DevExtreme package.For a complete list of these references, see Embedding Third-Party Libraries. “ ThirdParty“ - adds references to external libraries required by a specific control.These settings specify the following resources. Otherwise, you need to modify the configuration section manually. Note that if you create a web project using a DevExpress project template, all required information is automatically added to the configuration files. This section should contain the required DevExpress namespaces to make the DevExpress Extensions available for use within web project pages. This is the section, which is located within the Views folder’s Web.config file. Razor uses a specific configuration section to globally define namespace imports for its views. Register the Required Namespaces within the ~/Views/Web.config File

NET tab.ĭepending on your development and deployment strategy, you can then set the CopyLocal property of the referenced DevExpress assemblies to True, or add the following lines to the ‘ configuration → system.web → compilation → assemblies‘ section of the application’s Web.config file. Typically, after installation, the required DevExpress assemblies have already been registered in the GAC, so you can open the Reference Manager dialog (for instance, using the PROJECT | Add Reference… menu item), and select these assemblies within the dialog’s. References to the following assembly files should be added to the ASP.NET MVC application (refer to the Redistributable Assemblies topic to learn more). The version numbers mentioned in this document ( 21.2 or 21.2.4) and the public key token (B88D1754D700E49A) may differ, depending on the product version you purchased.
