Visual Studio 2015 RC + Entity Framework 6.1.3 + Oracle ManagedDataAccess 12.1.022

Fosol

New member
Joined
Jul 17, 2015
Messages
1
Programming Experience
10+
I'm attempting to develop an application in the new world of Visual Studio 2015 DNX projects. I'm unable to figure out how to get Entity Framework 6.1.3 to connect to Oracle 12c with the Oracle.ManagedDataAccess NuGet Package. I get the following error;
"Unable to determine the provider name for provider factory of type 'Oracle.ManagedDataAccess.Client.OracleClientFactory'. Make sure that the ADO.NET provider is installed or registered in the application config."
The Oracle forums are useless - non-existent.
Any help would be appreciated.
 
Back
Top Bottom