Arturito.net

Come to The Dark Side, We Have Cookies!

Archive for the ‘visual studio’ tag

ASP.NET MVC2 Visual Studio Error – The project type is not supported by this installation

without comments




If you get this error when opening a solution in Visual Studio, just go to the project file (YourProject.csproj) which fails to open and change the line

<ProjectTypeGuids>{Some_GUID}</ProjectTypeGuids>

to

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



Written by arturito

November 16th, 2011 at 8:03 am