I'm trying to get the MVCToolkit working with an ASP.NET MVC Beta application and ran into an unresolved reference to System.Web.Extensions version 3.6 (ASP.NET MVC Beta comes with System.Web.Extensions version 3.5). All my google searches seem to point to a broken download link on Microsoft's site: ASP.NET 3.5 Extensions Preview 2
A:
I believe System.Web.Extensions v3.6 is part of .Net 3.5 Service Pack 1?
Travis
2008-12-01 01:38:04
I have Microsoft .NET Framework 3.5 SP1 already installed.
Todd Smith
2008-12-01 04:17:25
A:
The toolkit is now in Microsoft.Web.Mvc, which is also called "Futures". If that's not confusing enough :) it's not revved with the platform.
Anyway - the toolkit is no longer the "toolkit" - it's part of the platform (for the most part) and if you have beta, you already have it. Just make sure that Micrsoft.Web.Mvc dll is in your bin.
Rob Conery
2008-12-01 06:33:35