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.
The activation key
provided above is used only with .NET Standard compatible assemblies from NuGet
packages.
If you want to
target Full .NET Framework in your projects:
1. If you have a trial version of dotConnect for Oracle installed,
uninstall it first, and then install the licensed version from the Devart Account.
2. Install the
downloaded licensed version.
3. Clear the bin and
obj folders of your projects, built with the trial version of dotConnect for
Oracle and rebuild them.
dotConnect for Oracle uses .NET component licensing for Full .NET
Framework. See the Licensing topic of
dotConnect for Oracle documentation for more details about technical licensing
of your projects.
If you want to
target .NET Core in your projects:
1. Install dotConnect for Oracle NuGet packages to your project
from www.nuget.org (.NET Core
compatible assemblies are not included in the installer and are only available
via NuGet packages).
2. Copy your activation key (either from purchase confirmation email or from your Devart
Account) and assign it to the License Key connection string parameter in your projects.
Related Articles
"Cannot obtain Oracle Client information from registry" Error
The error message "Cannot obtain Oracle Client information from registry" when working with Oracle typically indicates that either the Oracle Client is not installed on your system, or there is a mismatch in the bitness between your application and ...
Data Compare for Oracle - binary_double
Please note that Direct mode does not support such types as BINARY_DOUBLE, BINARY_FLOAT and XMLTYPE. You may find information about this in our documentation: ...
Error: "Cannot obtain Oracle Client information from registry"
This error typically means that either: the Oracle Client is not installed, or the bitness (x86/x64) of your application does not match the installed Oracle Client. ? For 32-bit applications (x86) 1. Ensure that the "Platform target" is set to x86 ...
Using SSL with dotConnect for PostgreSQL from NuGet
When using dotConnect for PostgreSQL via NuGet packages, note that SSL support is not included in the NuGet assemblies by default. To enable SSL connections, you must manually add the necessary assemblies from the full Devart installation package to ...
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 ...