Can't add model error screenshot
I got error when try to create ADO.NET Entity Data Model from existing Oracle 11g database
My connection string worked on server explorer but when I try to create ADO.NET Entity Data Model. I downloaded ODAC 12c Release 4 and Oracle Developer Tools for Visual Studio (12.1.0.2.4) (32 bit) and Oracle.ManagedDataAccess( 64bit) from nuget.
I am using Visual Studio 2015, Entity Framework 6, Oracle 11g, Windown 10 pro 64 bit
<configuration>
<entityFramework>
<providers>
<provider invariantName="Oracle.ManagedDataAccess.Client"
type="Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />
<configuration>
<configSections>
<section name="Oracle.ManagedDataAccess.Client"
type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />
I added some config to web.config but it doesn't work.
<provider invariantName="Oracle.ManagedDataAccess.Client" type="Oracle.ManagedDataAccess.EntityFramework.EFOracleProviderServices, Oracle.ManagedDataAccess.EntityFramework, Version=6.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />. - Tetsuya Yamamoto