tags:

views:

433

answers:

1

I've seen quite a few references to the Microsoft.Web.Mvc.Controls namespace in MVC examples, but I don't have that assembly or namespace available. I'm using ASP.NET MVC2 Preview 2.

Anyone know where I should be looking?

+2  A: 

As per this question:

http://stackoverflow.com/questions/334408/where-to-get-microsoft-web-mvc-dll

Get them here:

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

Martin
Thanks; brain cramped and didn't see the difference between "system.web.mvc" and "microsoft.web.mvc."
David Lively