Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2017 not opening .modelproj

What workload/component needs to be installed in order for Visual Studio 2017 Enterprise to open existing .modelproj (UML-based design projects)?

like image 818
Matt Davis Avatar asked Mar 10 '17 20:03

Matt Davis


2 Answers

I also get this error. I explain how I fix;

  1. Open Visual Studio Installer
  2. Click Modify
  3. Go individual components tab
  4. Then check all checkboxes inside Code Tools

EDIT 03/03/2018:

This @Ben solution from the comment:

  1. Open Visual Studio 2017
  2. Tools menu
  3. Get tools and Features... selection
  4. Individual Components tab
  5. Code Tools group, Then check all checkboxes inside

When you restart visual studio 2017, it must be fixed. Hope it will help someone

like image 36
arslanaybars Avatar answered Oct 11 '22 18:10

arslanaybars


After selecting the .NET desktop development workload, be sure to add the optional Architecture and analysis tools component to the install list.

like image 181
Matt Davis Avatar answered Oct 11 '22 18:10

Matt Davis