I'm running Visual Studio 2008 Professional, but I can't seem to open a project that has project types:

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

The first type (349c...) is the Web Application project type. The second type is the C# project type.

I'm getting the error message "The project type is not supported by this installation." I'm assuming it doesn't recognize the Web Application project type.

In Visual Studio 2005, it was necessary to install an add-on to enable the Web Application project type. For Visual Studio 2008, the documentation indicates that the Web Application project type is incorporated into the system proper (i.e. an add-on is not necessary).

Why am I still getting this error?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

It appears that the Web Application project type is part of the Visual Web Developer installation option.

When I add that to the installation, I'm able to open Web Application projects.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.