Can't find ADO.NET Entity Model Browser Window in vs2010
Asked Answered
D

3

30

I want to update my ADO.NET Entities Framework Model from the database, but I cannot find the Entity Model Browser Window. There is an example of how to update my model here, but I cannot find how to open the model browser. Could someone please tell me exactly how to open it using Visual Studio 2010?

I tried finding it through the view menu, and I do not get any valid options when right-clicking on the .edmx file.

Duomo answered 16/9, 2010 at 19:12 Comment(1)
Probably doesn't matter, but this is an MVC2 project and the .edmx file is under my 'Models' folder.Duomo
S
63

First, open up the EDMX file. Then, in main menu select View > Other Windows > Entity Data Model Browser (it usually opens in the same panel as Solution explorer).

Sacha answered 16/9, 2010 at 19:30 Comment(3)
Do you have to install something extra? from the default installation, it does not show up for me.Crooked
@Gerardo: How do you try to open the browser? It is available only when you are in EDMX designer.Sacha
In vs 2013, you can also right click on the edmx diagram, and select Model Browser.Nombles
M
20

For me, the sequence was:

  1. Double-click the .edmx file
  2. Right click any white space in the opened diagram
  3. Click Model Browser in the context menu that appears

Happy coding, all. :-)

Mccune answered 8/11, 2011 at 11:49 Comment(0)
R
5

Double click the edmx file in the Solution Explorer to bring up the Designer. The Model Browser should appear.

In my workspace it shows up in the same tab grouping as the Solution Explorer.

Renfred answered 16/9, 2010 at 19:30 Comment(1)
This actually didn't work for me, I had to open it through View -> Other Windows -> Entity Data Model Browser.Houghton

© 2022 - 2024 — McMap. All rights reserved.