in my vs 2010 beta 2 how i can developed a mvc project. i not see any where to developed a mvc project in vs 2010 beta 2
|
|
It should be there. But it depends on what options you took during the installation. It may be that you choose not to install that functionality. |
||||
|
|
|
In Visual Studio 2010. Click File -> New Project... Then in the search box on the top right enter "mvc" and it will filter to only the MVC project types. On my install there is "ASP.NET MVC 2 Web Application" in both VB and C#. If it is missing you may need to re-install making sure to accept all options. Here is a bit more about MVC from Scott Guthrie: http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx |
||
|
|
|
|
It's under the Web category. Also, make sure you have the correct .NET Framework version selected. Don't select 2.0, for example. I did a custom install and I don't remember seeing a way to not install MVC. I could have missed it, however. In other words, if all else fails, reinstall:
|
||
|
|

