vote up 2 vote down star

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

flag

3 Answers

vote up 0 vote down

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.

link|flag
are you give me instruction to install it – aniru Nov 7 at 15:41
Just run the install again and make sure that you select all options. – Shiraz Bhaiji Nov 7 at 16:12
vote up 1 vote down

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

link|flag
vote up 1 vote down

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:

New Project Dialog

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.