Hi Team,
I want to connect to Oracle from Visual Studio 2013 with Entity Framework 6 (Database First Approach).
Our application runs in Visual Studio 2010 and it is connected to Oracle. Now, we are planning to upgrade the project to latest version (Visual Studio 2013 with Update 5, Entity Framework 6).
For that, I have installed Visual Studio 2013 with Update 5 and installed "32-bit oracle developer tools for Visual Studio" to connect to Oracle and I added the Oracle.ManagedDataAccess.dll and Oracle.ManagedDataAccess.EntityFramework.dll using Nuget package.
After installing the above Tools. I tried to add Data Connection using ODP.NET Managed Driver but I'm getting an exception "ORA-12537: Network Session: End of file". When I try to add Data Connection using ODP.NET Unmanaged Drive then it is adding a connection.
So, can you let me know
1. How to add Data Connection using ODP.NET Managed Driver ?
2. Will ODP.NET Managed Driver supports Database First approach for Entity Framework 6 ? if yes please provide me the details with sample.
3. If ODP.NET Managed Driver doesn't support then is there any other way to connect to oracle in Database First Approach with EF6.
I'm trying for the solution for the past two days but didn't get any directions.. so can you please help me in the above problems
Thanks in Advance,
Prakash.