I am running Visual Studio 2008 Professional, but I cannot open a project with project types:
{349c5851-65df-11da-9384-00065b846f21}; {fae04ec0-301f-11d3-bf4b-00c04f79efbc}
The first type (349c ...) is the project type of the web application. The second type is the C # project type.
I get the error "Project type is not supported by this installation." I assume that it does not recognize the type of project of the web application.
In Visual Studio 2005, you had to install an add-on to enable the project type of the web application. In Visual Studio 2008, the documentation indicates that the project type of the web application is included in the system (i.e. no add-in is required).
Why am I still getting this error?
source share