Setup


Deploying server side extensions

There are 2 ways that additional functionality can be added to the platform through the SDK.  Deploy a dll into the ‘Local’ module Create and deploy a module DEPLOY A DLL INTO THE 'LOCAL'...

Empty template

This is a blank project with references setup correctly.  Also, the following build file and bat files have been included: build.proj - This file is called by the bat files. It is configured to...

Setting Up Environment

Most of the examples and sdk functionality described in this document involve providing a DLL (library) that has additional functionality in it.  This DLL can be built in any tool or language that can...