1

I've been using oracle unmanaged driver and now I'm just trying to use Oracle ODP.net Managed driver for my web api 2 application.

I installed it using PM> Install-Package odp.net.managed Then made "Oracle.ManagedDataAccess" Local copy true. Removed reference to Oracle.DataAccess.dll

I use "OracleMembershipProvider" to login and when I run my application it gives me the following error.

Could not load type 'Oracle.Web.Security.OracleMembershipProvider'

Hello World
  • 328
  • 4
  • 12

1 Answers1

0

You need to install and configure "Oracle Providers for ASP.NET".

At the time of this writing, the Oracle products on Nuget were not put there by Oracle. I recommend you obtain your software here:

http://www.oracle.com/technetwork/topics/dotnet/downloads/index.html

Christian Shay
  • 2,570
  • 14
  • 24