The strange thing is, it was working fine a few days ago. I added a new column to a table and was going to update the model through the designer and now it says "The Entity Data Model Designer is unable to display the file you requested. You can edit the model using the XML Editor."
There's nothing particularly noteworthy about the new field, it's just a non nullable bit field in SQL Server 2008.
Right-click on the item and select "Open With..." - that should offer you the designer.
An . edmx file is an XML file that defines an Entity Data Model (EDM), describes the target database schema, and defines the mapping between the EDM and the database. An . edmx file also contains information that is used by the ADO.NET Entity Data Model Designer (Entity Designer) to render a model graphically.
FOR Visual Studio 2017, 2019
I searched for the solution but come up with the installation of some NUGET packages and Extensions, nothing worked out.
Solution (Missing Entity Framework on Visual Studio)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With