Two sets of assemblies

Two sets of assemblies

dotConnect for MySQL

The current implementation of dotConnect for MySQL includes two sets of assemblies:
 
1) the .NET Framework Devart.* assemblies which are shipped with installation:
* assemblies are created in C:\Program Files (x86)\Devart\dotConnect\MySQL\ , GAC 2.0 (C:\Windows\assembly\GAC_MSIL\), GAC 4.0 (C:\Windows\Microsoft.NET\assembly\GAC_MSIL\)
 
2) the .NET Standard (.NET Core) Devart.* assemblies which are available via NuGet:
 
With .NET Framework projects, please use .NET Framework Devart.* assemblies (C:\Program Files (x86)\Devart\dotConnect\MySQL\).

dotConnect for Oracle

The current implementation of dotConnect for Oracle includes two sets of assemblies:
 
1) the .NET Framework Devart.* assemblies which are shipped with installation:
* assemblies are created in C:\Program Files (x86)\Devart\dotConnect\Oracle\ , GAC 2.0 (C:\Windows\assembly\GAC_MSIL\), GAC 4.0 (C:\Windows\Microsoft.NET\assembly\GAC_MSIL\)
 
2) the .NET Standard (.NET Core) Devart.* assemblies which are available via NuGet:
* you can download packages from https://www.nuget.org/packages/devart.data.oracle
 
With .NET Framework projects, please use .NET Framework Devart.* assemblies (C:\Program Files (x86)\Devart\dotConnect\Oracle\).
    • Related Articles

    • Can a Single License Be Shared by Two Users on a Remote Machine?

      According to the company's End User License Agreement (EULA) policy, each purchased license provides a key that can be used for activation on two machines simultaneously. For more details, please refer to the following link: Devart EULA. It's ...
    • dotConnect for Oracle distribution

      dotConnect for Oracle is distributed in two ways: - As the installer that provides assemblies for Full .NET Framework, documentation, samples, and all the necessary files. - As NuGet packages with .NET Standard compatible assemblies for .NET Core. ...
    • PostgreSQL SSL NuGets

      The SSL connection is implemented in the assemblies shipped with installation, but not in NuGet packages.   So, you should add to the project these assemblies:                 There is ConnectionString Property related to SSL:   SSL CA Cert The ...
    • How to Connect Using ODBC in Crystal Reports

      Crystal Reports allows users to build custom reports by connecting to various data sources. To connect using an ODBC driver, follow these steps: Step 1: Create a Crystal Reports Application Launch Crystal Reports and create a new report. Select a ...
    • Error "We are sorry, the page you requested cannot be found: 404"

      If you encounter a warning similar to "We are sorry, the page you requested cannot be found: 404", it usually indicates that the page address entered is incorrect. This can occur for two reasons: Manual Change of Page Address: If the page address was ...