MVC3 missing in Visual Studio 2010 SP1
I had VS 2010 ultimate i开发者_StackOverflow社区nstalled. It had no MVC3. I installed SP1, which should have installed updates as well as MVC3 too - right ?
But after installation, I still don't have MVC3 option in new project window. What's wrong here?
MVC3 is an optional download: http://www.asp.net/mvc
As JK says, MVC3 is an additional download.
Also (one thing that had me scratching me head for a while) when it is installed, then make sure that .net4 is selected for framework - MVC3 won't show up if the current framework is earlier.
you can get source from this link http://www.microsoft.com/en-in/download/details.aspx?id=1491
精彩评论