Version

Adding an Assembly to a Project

Normally, manually adding assembly references to your project is not required, since Visual Studio is able to automatically add the appropriate references to the project as you place Infragistics tools onto the design surface. However, there will be times when you want or need to manually add a reference to an assembly to your project. Adding an assembly to your Visual Studio project is simple.

Note: For information on deploying Ultimate UI for Windows Forms assemblies used in your application, see Deploying Your Application.

  1. Locate the References folder in the Visual Studio Solution Explorer.

  2. Right click on the References folder and select the Add Reference menu option to open the Add Reference dialog.

Adding an assembly reference
  1. Locate the assembly in the Add Reference dialog and click the Select button.

  2. Once you have selected the assembly, click the OK button to add the reference and close the dialog.

The Add Reference dialog allows you to select and add multiple references at the same time. To learn more about adding references to your project please see the following topics in the MSDN Library: