To add references to a managed project

To add assemblies, COM objects or other projects as references to your managed COBOL project:

  1. Select your project in Solution Explorer.
  2. Click Project > Add Reference.
  3. Select a reference to add to your project and click OK.

You can also point to the location of assemblies that contain classes used by your project as follows:

  1. Select your project in Solution Explorer.
  2. Click Project > <project> properties.
  3. Click the Namespaces tab.
  4. Click References Paths.
  5. Add the paths to the location of the referenced assemblies and click OK.