How am I supposed to use the license with my ef core
Posted: Fri 20 Sep 2019 12:19
I am trying to use a licensed version
I have a Full framework 461 solution where I have one repository class library that is setup with the new SDK Csproj style but with <TargetFramework>net461</TargetFramework>
I am then trying to add the license key attribute to our connectionstring for our user [email protected]
So it looks something like
User Id=xxx;Password=xxxx;Server=xxx;Sid=xxx;Direct=True;Persist Security Info=True;License Key=*long key*
I have installed <PackageReference Include="Devart.Data.Oracle.EFCore" Version="9.7.734" />
But when I run it I get “Unknown connection string parameter 'License Key'”
How am I supposed to use this correctly?
Currently this aspnet web api solution already have an old integration to Oracle with the old EF and the wierd thing is that when I deploy my current solution without the License Key' in the connectionstring it works even though I havent installed the devart trial driver on those machines, but those machines, can it just use the same license as those drivers?
I have a Full framework 461 solution where I have one repository class library that is setup with the new SDK Csproj style but with <TargetFramework>net461</TargetFramework>
I am then trying to add the license key attribute to our connectionstring for our user [email protected]
So it looks something like
User Id=xxx;Password=xxxx;Server=xxx;Sid=xxx;Direct=True;Persist Security Info=True;License Key=*long key*
I have installed <PackageReference Include="Devart.Data.Oracle.EFCore" Version="9.7.734" />
But when I run it I get “Unknown connection string parameter 'License Key'”
How am I supposed to use this correctly?
Currently this aspnet web api solution already have an old integration to Oracle with the old EF and the wierd thing is that when I deploy my current solution without the License Key' in the connectionstring it works even though I havent installed the devart trial driver on those machines, but those machines, can it just use the same license as those drivers?