Licensing a Development Machine
License a Development Machine
Using .NET Framework on Windows
The installer or NuGet package automatically downloads and installs a license so no additional action is needed.
Using .NET Standard (.NET Core/Mono/Xamarin) on Windows/Mac/Unix
A license for CData ADO.NET Provider for CSV must be manually installed on the machine before using the provider.
Using the install-license Tool
The install-license application is a .NET Core console application included in the toolkit which can be used to do this. The install-license application is located in the lib/netstandard2.0 folder in the installation directory.
To use the install-license application to install a trial, issue the following command:
dotnet ./install-license.dll
To use the install-license application to install a full product key, issue the following command:
dotnet ./install-license.dll <license key>
Licensing for Deployment
Email [email protected] for further instructions.