microsoft / PartsUnlimited

.Net Core + SQL Azure app for DevOps Scenarios
https://microsoft.github.io/PartsUnlimited/
MIT License
667 stars 1.53k forks source link

TargetFrameworkIdentifier #160

Closed bentcode closed 6 years ago

bentcode commented 6 years ago

After cloning the repository I receive two related errors; Error 1 PartsUnlimitedEnv.deployproj line 17 reports:

"The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'TargetFrameworkIdentifier' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBl... "

Error 2 Occurs in loading the project into visual studio... " 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.

bentcode commented 6 years ago

The initial full installation of Visual Studio did not install the "ASP.Net and Web Development" (even though it was checked). After installing this project workload, by going to Tools -> Get Tools And Features -> Workloads, the issue resolved.