.Netcore app support for dotconnect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
esankara1
Posts: 10
Joined: Mon 27 Nov 2017 16:42

.Netcore app support for dotconnect

Post by esankara1 » Wed 29 Nov 2017 10:09

Hi Team,
I'm getting following error on "Devart.Common.LicenseException: Feature is not supported."
We've valid license and running on .netcore1.1 console app, getting above error.
We also embed license in application
while opening tools --> postgresql -> license information. getting below warning
Unknown project type. Embed licensing information if needed according to dotConnect for PostgreSQL documentation

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: .Netcore app support for dotconnect

Post by Shalex » Thu 30 Nov 2017 14:51

esankara1 wrote:I'm getting following error on "Devart.Common.LicenseException: Feature is not supported."
We've valid license and running on .netcore1.1 console app, getting above error.
1. This error is generated by Devart .NET Core assemblies. You should enable a trial licensing this way: https://www.devart.com/dotconnect/postg ... ndard.html > the "dotConnect for PostgreSQL Trial Licensing on Linux" section.
esankara1 wrote:We also embed license in application while opening tools --> postgresql -> license information.
2. This way should be used for Devart .NET Framework assemblies (but looks like you are working with Devart .NET Core assemblies).

Post Reply