microsoft / WingtipSaaS

A sample SaaS application and associated tutorials, built on Azure SQL Database.
MIT License
81 stars 35 forks source link

Incompatible Project Type for VS 17 and VS 15 #19

Open rswetnam opened 7 years ago

rswetnam commented 7 years ago

When I clone the solution and try to open in my desktop, I get a message that WingtipSassDataModel project type is incompatible.

rswetnam commented 7 years ago

I have Visual Studio Professional - here is the detailed message. Unsupported This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.

Non-functional changes required Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in Visual Studio 2015, Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1. Project behavior will not be impacted.

natelaff commented 7 years ago

Visual Studio 2017 doesn't support UML designers, which is the issue here. Hopefully they update this to 2017 so this can open cleanly.

avousv commented 7 years ago

Any news about a proper Visual Studio 2017 solution?

ScottWelker commented 6 years ago

This seems relevant: "UML Designers have been removed."

https://blogs.msdn.microsoft.com/devops/2016/10/14/uml-designers-have-been-removed-layer-designer-now-supports-live-architectural-analysis/