Licensing - Class Library Support

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
matthiasramp
Posts: 12
Joined: Fri 22 Jan 2010 15:39

Licensing - Class Library Support

Post by matthiasramp » Mon 01 Mar 2010 12:25

I created a licenses.config and listed all executable files that will work with my library. It works for a limited amount of files, but not for all. Unfortunately, I can not figure out for which executables the file works and for which files it does not work. Let's say, the first 150 executables are licensed. 250th executable is not licensed.

Is there a maximum amount of executables (amount of lines) allowed to be listed in licenses.config?
Probably there is an invalid character in my list, which stops the process which reads the file list?

Regards,
Matthias

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Tue 02 Mar 2010 12:18

The licenses.config file has limitation on line number: only 256 executables can be listed in it.

Post Reply