Page 1 of 1

License generation failure

Posted: Wed 09 May 2018 18:23
by constantin
Hello,

I moved from local dlls to latest nuget packages.

When trying to generate the license everything works, but the license file does not have the licensing info.

Generating this way:
PATH=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.2 Tools\;%PATH%

set PROJECT_PATH=databasetool\databasetool
set PROJECT=DatabaseTool.exe
set PROJECT_BACK=..\..
cd %PROJECT_PATH%
copy %PROJECT_BACK%\licenses.licx.source licenses.licx

lc /target:%PROJECT% /complist:licenses.licx /i:..\packages\Devart.Data.5.0.1926\lib\netstandard2.0\Devart.Data.dll /i:..\packages\Devart.Data.Oracle.9.5.502\lib\netstandard2.0\DevArt.Data.Oracle.dll /i:..\packages\Devart.Data.SQLite.5.10.1134\lib\netstandard2.0\DevArt.Data.Sqlite.dll /v

What is going wrong here?

Re: License generation failure

Posted: Thu 10 May 2018 10:12
by Shalex
Current implementation of dotConnect for Oracle (dotConnect for SQLite) includes two sets of assemblies:

1) the .NET Framework Devart.* assemblies which are shipped with installation:
* assemblies are created in C:\Program Files (x86)\Devart\dotConnect\Oracle\ (C:\Program Files (x86)\Devart\dotConnect\SQLite\)
* licensing approach is described at https://www.devart.com/dotconnect/oracl ... nsing.html (the same for SQLite)
* uninstall a trial and install the licensed version of the provider from your account. Credentials to your Customer Portal account were sent to you after the purchase of our product

2) the .NET Standard Devart.* assemblies which are available via NuGet:
* you can download packages from https://www.nuget.org/packages/devart.data.oracle (the same for SQLite)
* licensing approach is described at https://www.devart.com/dotconnect/oracl ... ndard.html (the same for SQLite)
* get your LicenseKey in your Customer Portal: press View in the "Activation Key" column against the product dotConnect for Oracle (dotConnect for SQLite)
What is going wrong here?
You should use .NET Standard Licensing with .NET Standard Devart.* assemblies.

Does this help?

Re: License generation failure

Posted: Thu 10 May 2018 13:56
by constantin
Yes. I get it now. The license is tied to the .net framework version ...