License key is missing error in dotConnect products version 11.0

"License key is missing" error in dotConnect products version 11.0+

Users may encounter the error "License key is missing" after upgrading to dotConnect version 11.0 or later when using .NET Framework projects.
 
In the latest releases of dotConnect for Oracle (starting from 11.0.0), the licensing approach for .NET Framework projects has changed. The previous methods of embedding the license via the licenses.licx file or License Wizard are no longer applicable.
 
To distribute an application with an embedded license, the License Key should now be specified in the connection string.
 
dotConnect for Oracle Documentation → Activation → Activate at runtime

Alternatively, in the latest version we have added a method that allows you to set the license key in a more convenient way. You can call it once before opening the connection:
OracleConnection.LoadLicenseKey("YOUR_LICENSE_KEY");

Info
The updated licensing model applies to all dotConnect providers starting from version 11.0.0.
    • Related Articles

    • Error: “Feature is not supported” (license key validation in .NET Standard)

      This error occurs when Devart .NET Standard assemblies cannot validate a license key at runtime. The guidance applies to all dotConnect providers. After migrating a working .NET Framework application to .NET Core / .NET 6–9 and referencing NuGet ...
    • Specifying the License Key in the Devart EF Core Model

      This article is for dotConnect providers with ORM support (all except Universal and SQL Server). When creating a Devart EF Core model, the license key is not required at design time. However, during execution the following error may appear: “Feature ...
    • How to Activate a Trial Version in dbForge Products

      Starting from release 2025.1, the method of using the trial version and Express Edition has been updated for all paid dbForge products. To help you get started smoothly, please follow the step-by-step instructions below. As of version 2025.1, ...
    • 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. ...
    • How to Completely Remove Previous Versions of dotConnect Providers

      Conflicts may occur if older dotConnect versions remain on the system, leading to installation errors or issues in Visual Studio. This article describes how to fully remove previous versions before reinstalling. The instructions apply to all ...