The project type is not supported by this installation.

Answered The project type is not supported by this installation.

All Replies

  • Wednesday, August 22, 2012 12:09 PM
     
     Answered Has Code

    Hi Emmanuel,

    If you open up the .csproj file for your solution in notepad. Look for the ProjectTypeGuids. They indicate the required supported types for your solutions. Search the internet these GUIDs to find out what they require.

    For example E53F8FEA-EAE0-44A6-8774-FFD645390401 means it requires "MVC 3.0", this GUID is present on the sample you downloaded as well, I checked it:

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

    So, try to install MVC3 and see if it solves your problem. Source is here.

    Hope this helps!


    Best Regards,
    Carlos Sardo

    • Proposed As Answer by Carlos Sardo Wednesday, August 22, 2012 12:09 PM
    • Marked As Answer by ilinfo Wednesday, August 22, 2012 12:35 PM
    •  
  • Wednesday, August 22, 2012 12:35 PM
     
     

    ok,

    that was probably the culprit. I had installed MVC4.

    Thanks.


    Cordialement,
    Emmanuel Dreux
    http://www.cloudiway.com