Skip to content

Building and Executing

Elena Schnizer edited this page Feb 1, 2016 · 4 revisions

Required software

  • 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.

Getting the code

Clone this repo: git clone https://github.com/DocuWare/Platform.NETClient.git

At this point, you can build and run inside Visual Studio. A solution file is located at .\src\Samples.sln

Executing

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.
Clone this wiki locally