Building the Class Exposure Project in Visual Studio

In the final step of the C# Exposure wizard, a number of C# class files and other files were generated, including the project file BankingClasses.csproj.

The instructions in this section enable you to build a class library DLL for the exposed classes from the JADE banking system.

The DLL can be referenced by other .NET projects, enabling them to create and access instances of the Customer class.

  1. Open the BankingClasses.csproj file in Visual Studio.

    The classes exposed in the C# Exposure wizard are visible in the Solution Explorer.

  2. Build the project by selecting the Build BankingClasses command from the Visual Studio Build menu.

    The BankingClasses.dll library is created in the bin\Debug directory of the project. The DLLs from the JADE .NET framework are copied into the same location.

  3. If prompted to do so, click the Save All icon and then enter C:\Projects\BankingSystem.sln when prompted for the name and path of the solution file.