SyntaxFix
Write A Post
Hire A Developer
Questions
I ran into this issue when the <ProjectTypeGuids> element in the .csproj file contained the unit test project GUID: {3AC096D0-A1C2-E12C-1390-A8335801FDAB}.
<ProjectTypeGuids>
{3AC096D0-A1C2-E12C-1390-A8335801FDAB}
Removing it made the project load without problems.