Previous Topic Next topic Print topic


References

The References page in the project properties lets you specify project references, import or update namespaces.
Reference Paths
Specify the paths to the locations of the assemblies containing classes that are used by the project.
References
If you write code that uses other classes in other assemblies, you can add the assemblies as references in this window. This is equivalent to the ILREF compiler directive.
Imported namespaces
Enables you to add namespaces to the project. This is equivalent to the ILUSING compiler directive.
Update Namespace
Enables you to specify a different name for an imported namespace.

Alternatively, you can add project references from Solution Explorer. See Tutorial: Developing .NET Managed COBOL.

Previous Topic Next topic Print topic