ASP.net MVC and .Net version - asp.net-mvc

I have visual studio 2008 installed on my PC. Can anyone tell me what should I get installed so that I can start with the MVC architecture. I am very much confused about the .NET versions required for MVC architecture.

go to http://www.asp.net
you will need vs2008 with SP1
.net3.5
then the beta from MS

Related

What is the appropriate version of framework for a project running on MVC 6?

I have windows 2008 R2 sp1 server,i want to prepare hosting for project runs on MVC 6 which framework should i i install on server ?
ASP.NET MVC 6 has been rebranded as ASP.NET Core MVC - so if you want to run this, you need to install .NET Core Runtime on your server.
The newest released version is .NET Core v2.2 which you can get from here: https://dotnet.microsoft.com/download
Also, to develop for .NET Core, you'll need the .NET Core v2.2 SDK for your dev machine (which you can download from the same URL).

how can I install mvc4

I have visual studio 2010 and mvc2 installed on my machine. Now I want to install mvc4. How can I do that..
I have tried to install mvc3 and mvc4. But both attempt are failed. Do I need to download and install anything than mvc3.setup and mvc4.setup?
Install ASP.NET MVC in Visual Studio first go to this link https://www.asp.net/mvc/mvc4?ocid=soc-n-at-loc--TI-TP&WT.mc_id=soc-n-at-loc--TI-TP and install which edition you are using like visual studio 2012 you will get MVC 4 for that edition good lucky
You could download the standalone installer from here: http://www.microsoft.com/en-us/download/details.aspx?id=30683
Make sure you have SP1 installed for your Visual Studio 2010 before running the MVC installer.
You don't need to have ASP.NET MVC 3 installed in order to install ASP.NET MVC 4. Also it will work side by side with ASP.NET MVC 1 and 2.
You could use this link http://www.microsoft.com/web/handlers/webpi.ashx?command=getinstallerredirect&appid=MVC4VS2010_Loc that you can find in http://www.asp.net/mvc/mvc4 and that will install it using web platform installer (it's easier).

Mvc4 installer is incompatible with .net 4.5 but .net 4.5 is not installed

I'm getting the classic 'mvc4 installer is incompatible with .net 4.5' that many others have gotten except I do not have .Net 4.5 installed on this machine. MVC3 projects getting created just fine. I get this error when running the Web Installer for MVC4 Beta.
System setup is VS2010 SP1, Windows 7 64-bit, Resharper is installed as well
I am at a loss here and now seem to be just wasting time trying to fix this.
It looks as if the new MVC4 RC fixed my problem. So goes life with Beta software.

ASP.NET MVC 2.0 does not install with visual studio 2010 professional?

Hi all I installed vs 2010 and it should have asp.net mvc 2.0 but it didnt install it. I tried installing it manually but it still does not show under the new projects tab..but it shows installed in control panel. I had vs2010 rc1 before and uninstalled it and it had mvc 2.0 but now for some reason i dont have it! ..Can anyone please help me out...
MVC is published standalone. ASP.NET 4.0 is bundled with VStudio 2010, but you'll need to either download MVC 2.0 or install it using the Web Platform Installer
You're right. Sorry, I had a small brain-fart there. If the projects aren't showing up in the New->Project Dialog, that doesn't neccesarily mean MVC isn't installed, It may just be installed Incorrectly.
Are the assemblies registered in the GAC, you should check this. Also check your VS2010 configuration to see where it's pointing for it's project templates, and verify the files aren't there.
Check that the AddIn DLL is where it should be:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Microsoft.VisualStudio.Web.Mvc.2.0.dll

windows 7 asp.net mvc RC

i have a problem with asp.net mvc on windows 7... asp.net mvc RC was previously installed and i installed MVC rtm... it says “the project type is not supported by this installation”... is there anyway to register this project type in to visual studio or unregister the rc version?
Uninstall every ASP.NET MVC installation (in control panel) and reinstall the final 1.0 release. If it didn't help, run Visual Studio command prompt as administrator and run:
devenv /resetskippkgs
Not sure. Helped me once. I hope that works for you.
I had the same issue. You have to install MVC 1.0 even though you may have MVC 2. I did that and it worked for me.
OS Version: Windows 7
IDE: Visual Web Developer 2008 Express

Resources