Using dotConnect in Azure WebApp
Posted: Fri 28 Oct 2016 15:47
Hello,
We've created an application based on ASP.NET MVC, Entity Framework and BulkInsert package that was adopted for Oracle using dotConnect for Oracle driver (can be found here: https://github.com/Thorium/EntityFramework.BulkInsert). When we attempted to use it we got the following error:
Can not obtain Oracle client information from registry. Make sure that Oracle Client Software is installed, or use Direct mode of connecting to server.
As you probably know there is no way to change IIS settings on Azure Web Site.
Is there any way to fix that?
We've created an application based on ASP.NET MVC, Entity Framework and BulkInsert package that was adopted for Oracle using dotConnect for Oracle driver (can be found here: https://github.com/Thorium/EntityFramework.BulkInsert). When we attempted to use it we got the following error:
Can not obtain Oracle client information from registry. Make sure that Oracle Client Software is installed, or use Direct mode of connecting to server.
As you probably know there is no way to change IIS settings on Azure Web Site.
Is there any way to fix that?