Search code examples
visual-studiovisual-studio-2022

How to open modelproj in Visual Studio 2022 Community Edition?


What workload/component needs to be installed in order for Visual Studio 2022 Community Edition to open existing .modelproj?

I have installed everything under the Code Tools group

  • Open Visual Studio 2022
  • Tools menu
  • Get tools and Features...
  • Individual Components tab
  • Code Tools group

enter image description here


Solution

  • The workload component name is Microsoft.VisualStudio.Component.DependencyValidation.Enterprise. However, as you can probably see, this component is limited to enterprise editions of Visual Studio (just like code coverage).

    It would be listed under the "Code Tools" section as "Live Dependency Validation".