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