tags:

views:

125

answers:

3

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
I have Microsoft .NET Framework 3.5 SP1 already installed.
Todd Smith
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
A: 

what part of the platform? Does ANYONE know where this stupid thing can be downloaded from or is everybody just going to post EMPTY or PAGE NOT FOUND links all over the web? GEEZ!