TargetFrameworkIdentifier
bentcode opened this issue · 1 comments
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.
- PartsUnlimitedEnv (incompatible), "C:\Repos\VS2017\PartsUnlimited\env\PartsUnlimitedEnv.deployproj"
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.
- PartsUnlimited, "C:\Repos\VS2017\PartsUnlimited\PartsUnlimited.sln"
"
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.