Building Your Own Application
The following instructions outline how you can build your own WPF application to connect to the Jade database.
-
Create a new WPF project.
-
Build the project and solution.
-
Add the existing project created by the Exposure wizard, ErewhonExposure, to this solution.
-
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)
-
-
Ensure that the target platform is set to x64 (64‑bit) on the Build tab of the Properties sheet for your WPF application.