Connectivity Guide > Connectivity Guide > Understanding .NET Data Provider Connectivity > Dotnetinfo Utility--Obtain File Version of the Data Provider
Was this helpful?
Dotnetinfo Utility--Obtain File Version of the Data Provider
The dotnetinfo utility displays the file version of the .NET Data Provider (Ingres.Client.dll) that is installed in the Global Assembly Cache (GAC) so you can easily determine the fix level of the data provider. Actian Support may ask for this information.
The dotnetinfo utility is not currently supported for the .NET Core version of the .NET Data Provider. The version, however, is embedded in the .nupkg file name.For example, for Actian.Client.3.0.0.nupkg, the version is 3.0.0.
The utility also accepts a ConnectionString as an optional argument, which lets you test or debug ConnectionString keywords and values to connect to a host, port, and database.
The utility is installed into the default .NET Data Provider directory of C:\Program Files (x86)\Actian\Ingres .NET Data Provider\v2.1.
To use the utility, change the current directory to the default .NET Data Provider directory above, and issue the following at the command prompt:
dotnetinfo
 
Last modified date: 04/03/2024