Building Your Own Application

The following instructions outline how you can build your own WPF application to connect to the JADE database.

  1. Create a new WPF project.

  2. Build the project and solution.

  3. Add the existing project created by the Exposure wizard, ErewhonExposure, to this solution.

  4. In the WPF project you created in the first step, add references to:

    • JadeSoftware.Jade.DotNetInterop.dll

    • JadeSoftware.Joob.dll

    • JadeSoftware.Joob.Common.dll

    • ErewhonExposure.dll (the exposure project added to the solution)

  5. Ensure that the target platform is set to x64 (64‑bit) on the Build tab of the Properties sheet for your WPF application.