Where to get Microsoft.Web.Mvc.dll

2020-01-30 12:00发布

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

标签: asp.net-mvc
8条回答
放我归山
2楼-- · 2020-01-30 12:30

Looks like this is the final 1.0 version !

ASP.NET MVC v1.0 Futures

application, 104K, uploaded Mar 12

查看更多
3楼-- · 2020-01-30 12:31

You have to download the Data Annotations Model Binder Sample at http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471 . Then compile and build the project.

查看更多
Melony?
6楼-- · 2020-01-30 12:41

Tak a look at this blog. It highlights areas of the MVC Future

http://msmvps.com/blogs/luisabreu/archive/tags/MVC/default.aspx

查看更多
Emotional °昔
7楼-- · 2020-01-30 12:44

IIRC, it was already built and included.

查看更多
登录 后发表回答