License Issue in Azure App Service
Posted: Fri 11 May 2018 15:42
I am trialing dotConnect for Oracle to test a ASP.NET 2.0 app in Azure, to see if the web technology and database providers would work for us on a new project.
However, I recive:
[Error] Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware: An unhandled exception has occurred: Feature is not supported.
Devart.Common.LicenseException: Feature is not supported.
I have added:
;license key = trial:" + Path.Combine(Environment.GetEnvironmentVariable("WEBROOT_PATH").ToString(), @"\wwwroot\keys\Devart.Data.Oracle.key
at the end of my connection string.
The key file has been deployed to the Azure Web app as part of the build process. I also tried copying this file to C:\ProgramData\Devart\dotConnect\License but that did not work.
Please let me know what I can get this to work in Azure during my trial.
However, I recive:
[Error] Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware: An unhandled exception has occurred: Feature is not supported.
Devart.Common.LicenseException: Feature is not supported.
I have added:
;license key = trial:" + Path.Combine(Environment.GetEnvironmentVariable("WEBROOT_PATH").ToString(), @"\wwwroot\keys\Devart.Data.Oracle.key
at the end of my connection string.
The key file has been deployed to the Azure Web app as part of the build process. I also tried copying this file to C:\ProgramData\Devart\dotConnect\License but that did not work.
Please let me know what I can get this to work in Azure during my trial.