vote up 3 vote down star

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

flag

please see my post below for the final 1.0 version – Simon Mar 25 at 20:37

7 Answers

vote up 3 vote down check

That's the MVC Futures project.

http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471

Edit: Updated link for 1.0 RTM Futures release.

link|flag
1  
this link is a pain - go to aspnet.codeplex.com/Release/… and you want the 104kb file "ASP.NET MVC v1.0 Futures" – Simon May 4 at 18:34
vote up 0 vote down

IIRC, it was already built and included.

link|flag
I believe it was once included with ASP.NET 3.5 Extensions Preview 2 which is no longer available. You apparently have to get it separate from the ASP.NET MVC Beta install now. – Todd Smith Dec 2 '08 at 16:23
It was there in MVC Preview 4. – leppie Dec 2 '08 at 16:35
We removed it as of the Beta release, because it's not part of the final RTM. It's a collection of potential future features as well as a bit of a playground for experimentation. – Brad Wilson Dec 3 '08 at 17:31
vote up 0 vote down

For ASP.NET MVC RC1 the new address is http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=22359

link|flag
vote up 1 vote down

Sorry, it's not answer, just comment.

Where to get fresh assembly for ASP.NET MVC 1.0 release?

link|flag
still looking! i'm really tired of having to go search for this ervery time. codeplex search is TERRIBLE – Simon Mar 25 at 9:39
aspnet.codeplex.com/Release/… – Simon Mar 25 at 20:41
vote up 3 vote down

Looks like this is the final 1.0 version !

ASP.NET MVC v1.0 Futures

application, 104K, uploaded Mar 12

link|flag
vote up 0 vote down

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

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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