Devart.Common.LicenseException: Feature is not supported
Posted: Thu 31 May 2018 09:53
I just built a simple Windows Console Application (.NET Framework) using DevArt Entities. When running this App locally on my dev machine (where dotConnect for Oracle is fully installed) everything works as expected.
When building the app and copying the bin/Release/ folder to a machine with just -NET Framework installed I get an error Devart.Common.LicenseException: Feature is not supported.

I checked the License information in Visual Studio: Everything is OK. The .licx file in ist the Properties folder.

The part of the Code the Exception is referring to is simple:

I used the latest version of the nuget Packages:
so what did I do wrong?
When building the app and copying the bin/Release/ folder to a machine with just -NET Framework installed I get an error Devart.Common.LicenseException: Feature is not supported.

I checked the License information in Visual Studio: Everything is OK. The .licx file in ist the Properties folder.

The part of the Code the Exception is referring to is simple:

I used the latest version of the nuget Packages:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Devart.Data" version="5.0.1944" targetFramework="net462" />
<package id="Devart.Data.Oracle" version="9.5.520" targetFramework="net462" />
<package id="Microsoft.Win32.Registry" version="4.5.0" targetFramework="net462" />
<package id="System.Reflection.Emit" version="4.3.0" targetFramework="net462" />
<package id="System.Reflection.Emit.ILGeneration" version="4.3.0" targetFramework="net462" />
<package id="System.Security.AccessControl" version="4.5.0" targetFramework="net462" />
<package id="System.Security.Principal.Windows" version="4.5.0" targetFramework="net462" />
</packages>