If you see the below error while opening a project in Visual Studio:
...\xyz.csproj : error : The project file '...\xyz.csproj' cannot be opened.
The project type is not supported by this installation.
The fix is to follow the below steps:
...\xyz.csproj : error : The project file '...\xyz.csproj' cannot be opened.
The project type is not supported by this installation.
The fix is to follow the below steps:
- Open the csproj file in notepad or xml editor
- Look for the node <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- Do a bing search for the project type guids to find out the dependencies which need to be installed
- Install the dependencies and you should be able to open the project