Entity Framework 6 not displaying database tables after display successful popup

34 Views Asked by At

I have installed all required tools and nuget packages in project, as below.

Oracle version: Our DB Version is Oracle 11g Release 2

  1. Oracle Developer Tools for Visual Studio 2022 (https://marketplace.visualstudio.com/items?itemName=OracleCorporation.OracleDeveloperToolsForVisualStudio2022)
  2. Oracle.ManagedDataAccess
  3. Oracle.ManagedDataAccess.EntityFramework

enter image description here

I am trying to connect ORACLE database into my .net 4.5 framework project by using entity framework 6.x.x. I want to generate an edmx file, and for this I am performing below steps.

enter image description here

enter image description here

enter image description here

enter image description here

Now here, I am expecting the list of tables from DB, but it navigate to STEP-1.

enter image description here

Let me know if I need to perform other steps.

0

There are 0 best solutions below