Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I see which version of MVC is installed?

Tags:

asp.net-mvc

How can I tell which version of MVC (i.e. MVC 2 Beta, MVC 2 RC) is installed on my machine?

like image 847
TonyP Avatar asked Jan 21 '10 18:01

TonyP


People also ask

What version of MVC is in Visual Studio 2019?

Mvc, Version=3.0.

What version of MVC is in Visual Studio 2017?

ASP.NET MVC 6 is a platform, which is supported in cross platform. It will run Windows, Linux and Mac. The steps are given below to create simple ASP.NET MVC 6 in Visual Studio 2017.


2 Answers

C:\Program Files (x86)\Microsoft ASP.NET Inside this folder will be all versions of MVC that you have installed. This is for Win 7.

like image 184
Ananize Scott Avatar answered Sep 21 '22 17:09

Ananize Scott


Look under Control Panel > Add/Remove Programs

like image 30
Dave Cowart Avatar answered Sep 22 '22 17:09

Dave Cowart