The .NET Driver
The .NET Driver consists of an assembly that includes classes for creating and managing Services from .NET. The .NET Driver is available only for Windows.
Perform the following steps to use the .NET Driver:
| 1. | Find the GridServerNETClient.dll in the NETDriver directory and link this assembly to your application. |
| 2. | Set the environment variable DSDRIVER_DIR to the path of the config directory in the SDK. |
.NET5 is also supported and is available for Windows and Linux. To use .NET5:
-
Locate the
GridServerNET5Client.dllfile that is bundled in the SDK'sNET5Driverdirectory and link this assembly to your application.