Web Application Project Type Not Available in Visual Studio 2008

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?

+4
source share
1 answer

It looks like the web application project type is part of the installation of Visual Web Developer.

When I add this to the installation, I can open web application projects.

0
source

Source: https://habr.com/ru/post/1379321/


All Articles