dotConnect for Oracle distribution

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.
 
For more detailed information regarding .NET Core licensing aspects, please refer to dotConnect for Oracle documentation.
    • 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 ...
    • End-User Licensing and Deployment with dotConnect

      Applications developed with dotConnect can be distributed to end users without additional licensing costs. This article describes the licensing rules and deployment requirements. The information applies to all dotConnect providers. End users of an ...
    • Timestamps Not in Expected Timezone in dbForge Studio for Oracle

      If you're encountering timestamps that don't match your system's timezone in dbForge Studio for Oracle, this can typically be resolved with a quick configuration update. This issue may arise due to default formatting settings or discrepancies in how ...
    • Updating dotConnect to a New Version

      This article explains the procedure for updating dotConnect to the latest version. The instructions apply to all dotConnect providers. Update Procedure 1. Uninstall the previous version Open Settings → Apps → Installed apps → Uninstall and remove all ...
    • Installation vs. NuGet in dotConnect Providers

      dotConnect providers can be added to a project in two ways: by installing the product or by using NuGet packages. The choice depends on the project type and the .NET version you are targeting. This article applies to all dotConnect providers. Two ...