24 February 2014

Visual Studio Error: The project type is not supported by this installation

Just some quick tips on how I solve the visual studio error "the project type is not supported by this installation"
I got this error when I tried to copy a plugin solution into another VM.

Solution:
Open the csproj file in notepad
Search and replace the ProjectTypeGuids with the line below:

<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>

0 comments :

Post a Comment