Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 463
Marquez Avatar asked Sep 02 '25 01:09

Marquez


2 Answers

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.

like image 192
Marquez Avatar answered Sep 05 '25 10:09

Marquez


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

like image 40
PureSilence Avatar answered Sep 05 '25 09:09

PureSilence