Two sets of assemblies

Two sets of assemblies

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\)

* licensing approach is described at https://www.devart.com/dotconnect/mysql/docs/?Licensing.html

 

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.mysql.ef6

* licensing approach is described at https://www.devart.com/dotconnect/mysql/docs/?LicensingStandard.html

 

 

 

With .NET Framework projects, please use .NET Framework Devart.* assemblies (C:\Program Files (x86)\Devart\dotConnect\MySQL\).

 

 

===========================================

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\)

* licensing approach is described at https://www.devart.com/dotconnect/oracle/docs/?Licensing.html

 

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

* licensing approach is described at https://www.devart.com/dotconnect/oracle/docs/?LicensingStandard.html

 

With .NET Framework projects, please use .NET Framework Devart.* assemblies (C:\Program Files (x86)\Devart\dotConnect\Oracle\).

    • Related Articles

    • 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 Install MySQL on Windows Using MySQL Installer

      The article provides a comprehensive walkthrough outlining the aspects of how to install MySQL Server on Windows using MySQL Installer. Learn the subtleties of the MySQL installation process step-by-step to ensure you have MySQL Server together with ...
    • How to Connect to MySQL Server

      In the second article of the series uncovering how to get started with MySQL, we talk about the ways of connecting to MySQL Server. You can connect to MySQL Server using MySQL Client, dbForge Studio for MySQL, and MySQL Workbench. In this article, we ...