Having the same issue on Mac Max M2. Agree with the above: should have been fixed by Microsoft
VS 2022 Windows 11 ARM64 EF Diagram failes missing GraphObject DLL
I updated my machine to a MAC Studio M1 and am running parallels with Windows 11 ARM. I am using Visual Studio 2022. On the new machine everything works BUT in the DAO/EF class the EDMX won't load the diagram. Error says Microsoft.VisualStudio.Modeling.SDK.Diagrams.GraphObject DLL version 17.0.0 is missing.
I am using Database First so I can't make changed to the entity model without this diagram. I have spent a large amount of time on this and have a critical project going. Is this a known problem? Is there a solution?
Thanks
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
6 answers
Sort by: Most helpful
-
-
Mohammed Ramadan 5 Reputation points
2023-02-10T15:19:13.4966667+00:00 Any updates on this issue?
If not, do you have any other way to edit the EDMX file without opening the diagram?
Thank you!
-
Anonymous
2023-02-09T18:01:26+00:00 Im having the exact same issue. Cant run the EDMX on MS1 Max and none of the Data workloads are available to install
-
Larry Axon 31 Reputation points
2022-12-21T22:35:34.987+00:00 That is new information. Thanks. However, I cannot upgrade to core (large application and no budget for calendar time to do this). I can edit the XML, but are these scaffolding tools, especially DB first ("Update from Database"), available for EF 6 under VS 2022 for dot net 4.8? I have been googling and everything I can find is for core.
Thanks
Larry -
Bruce (SqlWork.com) 83,581 Reputation points Volunteer Moderator
2022-12-21T21:13:11.167+00:00 the EDMX designer is part of Visual Studio 2017, and was not ported to VS 2022, but is supported by VS 2022 if installed (typically via vs 2017 install). As it is depreciated, it not likely to get ported to arm.
you should switch to the supported scaffolding tools, though I believe this requires EF 6 or EF core.
note: if you upgrade your app to core, you can just use visual studio 2022 for Mac directly.