Marquez
Marquez

Reputation: 6039

Why is the Entity Framework Model Browser not displaying?

In Visual Studio 2019 I am unable to see the EDMX Model Browser. When I right click on the diagram and click "Model Browser" the panel comes up blank/ transparent and nothing shows.

Upvotes: 4

Views: 8186

Answers (5)

gyousefi
gyousefi

Reputation: 351

Do right-click on an blank space of the .Edmx and choose Model Browser option

Upvotes: 2

syntax
syntax

Reputation: 91

If the panel is opening up on the side bar just click on it and drag it as if you are making it a floating window. That fixes the rendering issue for me and I just dock it back.

Upvotes: 0

Willy David Jr
Willy David Jr

Reputation: 9131

The issue hasn't been fixed after updating my Visual Studio to 16.9.2.

To remedy the issue, I just used Visual Studio 2017 instead.

Upvotes: 0

Marquez
Marquez

Reputation: 6039

This is a rendering related bug. The workaround is to go to the Visual Studio menu Tools -> Options and uncheck Envrionment->General->Optimize Rendering for Screens.

Upvotes: 6

Lambda
Lambda

Reputation: 1640

Had the same problem. I just updated visual studio to 16.1.4 and the issue is fixed.

Upvotes: 0

Related Questions