Click or drag to resize
DigitalRuneHow To: Add DigitalRune Helper Library to a Project

This section explains the steps necessary to add the library to a C# project in Visual Studio.

Add references to DigitalRune

Before types of this library can be used in a .NET project, references to the required assemblies must be added to the project. These are:

  • DigitalRune.dll

See Files, Folders and Dependencies to learn where these files are located.

To add an assembly reference in Visual Studio in a C# project, follow these steps:

  • Open the Solution Explorer in Visual Studio.
  • Right-click the project (or right-click the folder References within the project) and choose Add Reference...
  • Select the tab Browse and find the folder containing the required assemblies.
  • Select the required assembly and click OK.