You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual Studio Enterprise 2019 Preview, Version 16.0.0 Preview 4.2
Windows 10 Pro - Version 1803, Build 17134.648
Create a new .NET project (tried console, class library, WPF and web app). Target .NET 4.7.2 (also tried 4.5, 4.7). Add new item - data - ADO.NET Entity Data Model - EF Designer from Database - SQL Server - EF 6.x - select only 1 table - finish. The designer opens but causes VS to hang.
Alternately, open a project with an existing small EDMX file. Try to open the EDMX in the designer - VS hangs.
Also noticed that the Entity Data Model Browser and EDM Mapping Details windows are not available from View - Other Windows menu.
Tried - Repaired VS install. Also ensured that EF 6 Tools installed.
The text was updated successfully, but these errors were encountered:
I have a similar issue. I can open the EDMX and the designer shows, but the Model Browser tab/panel shows, though nothing inside it is rendered. It just shows whatever was in that area as though it's not painting. For example, click Solution Explorer tab then back to Model Browser tab and the Model Browser's contents are still the contents that were shown in the Solution Explorer. Clicking in the Model Browser has no reaction, right or left.
I've repaired, uninstalled and reinstalled EF 6 Tools, still the same problem. It's only on this machine, though; I have two other systems using the same code base and the Model Browser works fine. But the system with the issue is a brand new build, only installed VS 2019. The others are older and have had previous versions of VS installed. The solution in question was created in VS2017, which both of the other systems have installed.
Visual Studio Enterprise 2019 Preview, Version 16.0.0 Preview 4.2
Windows 10 Pro - Version 1803, Build 17134.648
Create a new .NET project (tried console, class library, WPF and web app). Target .NET 4.7.2 (also tried 4.5, 4.7). Add new item - data - ADO.NET Entity Data Model - EF Designer from Database - SQL Server - EF 6.x - select only 1 table - finish. The designer opens but causes VS to hang.
Alternately, open a project with an existing small EDMX file. Try to open the EDMX in the designer - VS hangs.
Also noticed that the Entity Data Model Browser and EDM Mapping Details windows are not available from View - Other Windows menu.
Tried - Repaired VS install. Also ensured that EF 6 Tools installed.
The text was updated successfully, but these errors were encountered: