Trouble with License key property in Web project
Posted: Thu 07 Sep 2017 18:07
Scenario:
Class library which targets .NET standard 1.3 which contains DbContext.
Test project that targets .NET full framework 4.6.2 works properly when referencing DbContext library, licensekey is specified in ConnectionStringBuilder.
But..
When referencing the DbContext project in a .NET full framework 4.6.2 web project, the licensing fails. (license exceptions are thrown). Message says "feature not available".
I see in the change log that there have been similar issues in the past, but I am using dotConnect 9.4.326 and this issue was fixed in previous releases.
Do you have any solutions/answers to this problem?
Class library which targets .NET standard 1.3 which contains DbContext.
Test project that targets .NET full framework 4.6.2 works properly when referencing DbContext library, licensekey is specified in ConnectionStringBuilder.
But..
When referencing the DbContext project in a .NET full framework 4.6.2 web project, the licensing fails. (license exceptions are thrown). Message says "feature not available".
I see in the change log that there have been similar issues in the past, but I am using dotConnect 9.4.326 and this issue was fixed in previous releases.
Do you have any solutions/answers to this problem?