Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"the project type is not supported by this installation" error

I have installed VS 2008 SP1 on W2k3 OS. After I installed ASP.NET MVC beta and tried creating ASP.NET MVC type project I get the following error.

"the project type is not supported by this installation"

Let me know if you have fixed this issue.

like image 864
Krishna Kumar Avatar asked Dec 03 '08 04:12

Krishna Kumar


1 Answers

I tried some of the solutions posted here but still no joy. Finally I replaced the ProjectTypeGuids to this one below in the project file and it loaded fine

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

like image 142
Vivek Ayer Avatar answered Oct 02 '22 16:10

Vivek Ayer