I have project files created with MVC3, C#, VSE 2010 web developer. Just installed the latest VSE 2010 web developer. When I try to open .sln file i got the following message:
D:\Work\tech_descr\Site\Site.csproj : error : The project file 'D:\Work\tech_descr\Site\Site.csproj' cannot be opened. The project type is not supported by this installation.
I checked proposed solutions from forum, but it doesn't work. Looks like my versions of software are fine. here are strings from csproj:
MVC3 does not come default with Visual Studio 2010. Only MVC2 is available in VS2010. As Andrei said, you have to install MVC3 too. You can get it from the below link
livar
0 Points
2 Posts
can't open mvc3 c# project in VSE web developer 2010
Jan 21, 2013 04:18 AM|LINK
I have project files created with MVC3, C#, VSE 2010 web developer. Just installed the latest VSE 2010 web developer. When I try to open .sln file i got the following message:
D:\Work\tech_descr\Site\Site.csproj : error : The project file 'D:\Work\tech_descr\Site\Site.csproj' cannot be opened. The project type is not supported by this installation.
I checked proposed solutions from forum, but it doesn't work. Looks like my versions of software are fine. here are strings from csproj:
ignatandrei
All-Star
135073 Points
21662 Posts
Moderator
MVP
Re: can't open mvc3 c# project in VSE web developer 2010
Jan 21, 2013 06:05 AM|LINK
INstall MVC 3 also.
ignatandrei
All-Star
135073 Points
21662 Posts
Moderator
MVP
Re: can't open mvc3 c# project in VSE web developer 2010
Jan 21, 2013 06:05 AM|LINK
INstall MVC 3 also.
Ruchira
All-Star
43018 Points
7031 Posts
MVP
Re: can't open mvc3 c# project in VSE web developer 2010
Jan 23, 2013 05:50 PM|LINK
Hello,
MVC3 does not come default with Visual Studio 2010. Only MVC2 is available in VS2010. As Andrei said, you have to install MVC3 too. You can get it from the below link
http://www.asp.net/mvc/mvc3
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.