No support for commercial users?
Posted: Mon 02 Mar 2020 19:08
Hello,
We recently purchased dotConnect for Oracle Professional site / 3 years subscription version but so far unable to used it.
I made several attempts to reach DevArt support team via email in last week but so far got only one response and not very helpful one.
We have .NET Core 3.1 web-service project where we getting exception:
Here's my connection string:
I copied licence key value from Activation key field under my LicenceID (you probably can see it under https://secure.devart.com/licenses/111348 )
Packaged from my .cproj file:
What am I doing wrong here?
Frankly I'm not happy with provided approach (as of adding license key to connection string).
We have tons of those connections string which I'm guessing we will have to modify and that is real PITA.
Is there way to place key/license on the server somewhere so it will be picked by all libs automatically?
Thank you,
Alex
We recently purchased dotConnect for Oracle Professional site / 3 years subscription version but so far unable to used it.
I made several attempts to reach DevArt support team via email in last week but so far got only one response and not very helpful one.
We have .NET Core 3.1 web-service project where we getting exception:
Code: Select all
Devart.Common.LicenseException: 'Feature is not supported. This error is thrown by Devart .NET Standard assemblies if license key validation fails. Possible reasons: 1. License key is not found, refer to the "Licensing .NET Standard (.NET Core) Projects" article in the product documentation. 2. Your product edition (the key was generated for) doesn't support the feature you are trying to use, refer to the editions matrix. 3. Your key is outdated for using the current product version, renew the license key in the Customer Portal.'
Code: Select all
"ConnectionStrings": {
"Oracle": "DATA SOURCE=<...>;PASSWORD=<...>;USER ID=<...>;License Key=<...>"
},
Packaged from my .cproj file:
Code: Select all
<ItemGroup>
<PackageReference Include="Devart.Data.Oracle.EFCore" Version="9.11.951" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.2" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.6.3" />
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
</ItemGroup>
Frankly I'm not happy with provided approach (as of adding license key to connection string).
We have tons of those connections string which I'm guessing we will have to modify and that is real PITA.
Is there way to place key/license on the server somewhere so it will be picked by all libs automatically?
Thank you,
Alex