I created a Data Connection (Oracle) in my Server Explorer. It works, I can access the tables, etc...
Now when I try to create a ADO.NET Entity Data Model and I select "Generate from database", my connection doesn't display in the drop down to the "Which data connection should your application use to connect to the database". If I click on New Connection, and click to change the data source to Oracle, it's not in the list.
I'm using Visual Studio 2010 and it's an MVC4 app. Trying to use Entity Framework.
Thank you!