embedded licensing issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
urbanr
Posts: 8
Joined: Tue 23 Apr 2019 11:52

embedded licensing issue

Post by urbanr » Tue 14 May 2019 10:00

Hi,
we have valid licence but when I try use class library dll which uses oracle connect from new console application I getting error "embedded dotconnect cannot be use with this app, check licensing" why?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: embedded licensing issue

Post by Pinturiccio » Thu 16 May 2019 14:56

The given error text means, that your project lacks the license resource. When you create an application that uses Devart assemblies, it must have a license resource. License information is a specially formed embedded resource. It is checked when a connection is opened.

According to this error text, you have a class library, which uses dotConnect for Oracle. This library is used by some application. Class library licensing is a special case. In addition to the licenses.licx file, you need to create a licenses.config file with the list of the names of executable files that will work with the library.

dotConnect for Oracle includes License Wizard that helps you configure license information. To invoke the wizard, select Oracle -> License Information from the Visual Studio Tools menu. After this click the Fix button in the dialog and follow the wizard's instructions. License Wizard eases adding the license resource to the class library. For more information, please refer to http://www.devart.com/dotconnect/oracle ... g.html#lib

Post Reply