VS 2022 Windows 11 ARM64 EF Diagram failes missing GraphObject DLL

Larry Axon 31 Reputation points
2022-12-21T20:50:33.62+00:00

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

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,578 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,103 questions
{count} votes

6 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,041 Reputation points
    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.


  2. 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


  3. Files Access 5 Reputation points
    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

    0 comments No comments

  4. 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!


  5. Eduardas Michelsonas 0 Reputation points
    2023-06-27T13:09:51.59+00:00

    Having the same issue on Mac Max M2. Agree with the above: should have been fixed by Microsoft

    0 comments No comments