leora
leora

Reputation: 196429

where can i download mvccontrib for asp.net mvc v1

i see that the codeplex site has moved to asp.net mvc version 2 already.

http://mvccontrib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37422

will this work with version 1 also? if not, where can you download a build against version 1?

Upvotes: 0

Views: 176

Answers (2)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

MVCContrib 1.0.0.987 Stable

Upvotes: 1

Amadiere
Amadiere

Reputation: 11416

You should be able to get the historical releases from the project site still. It appears the MVCContrib v2 is based on MVC v2, so you should be able to download the latest version of v1 (which appears to be version 1.5.996.0 RC) and that'll work fine.

Upvotes: 0

Related Questions