-
Notifications
You must be signed in to change notification settings - Fork 8
Building and Executing
Elena Schnizer edited this page Dec 18, 2015
·
4 revisions
- Microsoft Visual Studio 2012 or newer (any editions).
-
DocuWare installation
The best option is to use the DocuWare version this solution is built for (check the DocuWarePlatformAPI version in packages.config) But most examples will also run with DocuWare 6.5 or higher.
- Clone this repo:
git clone https://github.com/DocuWare/DocuWarePlatform.NETClient.git
- Open src/Samples.sln in Visual Studio
Now you should be able to build this solution.
The solution consists of one single project that contains:
- implementation of a basic DocuWare Platform client
-
Program.cs which is the place where you can try to use the client implementation in order to get an idea how you can work with the .NET Client for the DocuWare Platform
This is also the place where you have to define which DocuWare system to use when running the examples.