Nuget Package
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
To create applications using the .NET data provider, you can either use the DDTek.OpenAccessStd.dll assembly or the DDTek.OpenAccessStd.version.nupkg nuget package.
You can obtain DDTek.OpenAccessStd.version.nupkg from one of the following locations:
- install_dir/nuget/
- https://www.nuget.org/packages
Note: To use both DDTek.OpenAccessStd.dll and DDTek.OpenAccessStd.version.nupkg, the following nuget packages must be installed:
- System.Configuration.ConfigurationManager
- System.Text.Encoding.CodePages
- System.Security.PerformanceCounter These packages can be obtained from https://www.nuget.org/packages
To know how to install nuget packages:
- For both Windows and non-Windows platforms, click dotnet CLI
- For Windows platforms, click Visual Studio