Whenever I try to open a project (csproj) that\'s downloaded from the internet, most of the times, I get the
\"The project type is not s
As a addition to this, 'the project type is not supported by this installation' can occur if you're trying to open a project on a computer which does not contain the framework version that is targeted.
In my case I was trying to open a class library which was created on a machine with VS2012 and had defaulted the targeted framework to 4.5.
Since I knew this library wasn't using any 4.5 bits, I resolved the issue by editing the .csproj file from to (or whatever is appropriate for your project) and the library opened.