Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get Microsoft.Web.Mvc.dll

Tags:

asp.net-mvc

Where do you get Microsoft.Web.Mvc.dll? I see it included in a lot of ASP.NET MVC open-source projects but it's not on my system after having installed ASP.NET MVC Beta and .NET 3.5 SP1.

In the ASP.NET MVC Beta source code from codeplex.com the Microsoft.Web.Mvc.dll is produced by the MvcFutures project. Is everyone compiling this module themselves?

EDIT: now that I know what it's called I see where Scott Gu mentions it in his release notes: ASP.NET MVC Futures Assembly

like image 775
Todd Smith Avatar asked Dec 02 '08 15:12

Todd Smith


People also ask

Is ASP NET MVC free?

ASP.NET is a free web framework for building websites and web applications on . NET Framework using HTML, CSS, and JavaScript. ASP.NET MVC 5 is a web framework based on Model-View-Controller (MVC) architecture.

What version of MVC is in Visual Studio 2019?

Mvc, Version=3.0.


2 Answers

That's the MVC Futures project.

MVC 1.0 Futures:
http://aspnet.codeplex.com/releases/view/24471

MVC 2 Futures:
http://aspnet.codeplex.com/releases/view/41742

MVC 3 Futures:
http://aspnet.codeplex.com/releases/view/58781

like image 80
Brad Wilson Avatar answered Oct 14 '22 21:10

Brad Wilson


Looks like this is the final 1.0 version !

ASP.NET MVC v1.0 Futures

application, 104K, uploaded Mar 12

like image 20
Simon_Weaver Avatar answered Oct 14 '22 21:10

Simon_Weaver