Page 1 of 1

licensing error after clickonce deployment

Posted: Fri 06 Sep 2019 01:35
by urbanr
hi,
I have console app which usues dotconnect to oracle and on dev machine all is fine but after deployment
to user machine getting error about devart licensing. Any special steps to avoid this? I'm using version below,
thanks

<add name="dotConnect for Oracle" invariant="Devart.Data.Oracle" description="Devart dotConnect for Oracle" type="Devart.Data.Oracle.OracleProviderFactory, Devart.Data.Oracle, Version=8.4.437.0, Culture=neutral, PublicKeyToken

Re: licensing error after clickonce deployment

Posted: Fri 06 Sep 2019 18:15
by Shalex
Are you using Devart.* .NET Framework assemblies (created by installation in C:\Program Files (x86)\Devart\dotConnect\Oracle\) or Devart.* .NET Standard assemblies (available via NuGet)?

Refer to:
* .NET Framework licensing -> https://www.devart.com/dotconnect/oracl ... nsing.html
* .NET Standard licensing -> https://www.devart.com/dotconnect/oracl ... ndard.html

If this doesn't help, specify the exact text of the error and its stack trace.