MVC4 and MVCContrib
Asked Answered
F

2

12

Does MVCContrib currently support MVC4? I am having a first look at switching a project from MVC2 to MVC4 and having some issues with Portable Areas.

Fulbert answered 5/9, 2012 at 8:22 Comment(2)
Shooh, short answer: "Yes" with an "If," long answer: "No" -- with a "But." (Rev. Lovejoy, The Simpsons) Looks like it's somewhat do-able, but there are a few gotchas. Have you seen this article? We're just getting into MvcContrib for the grid and other controls on our greenfield MVC4/.NET4.5 application, so we'll see how it goes.Outbalance
here is an working example of it with MVC 4 github.com/codedjungle/MvcContribReynalda
A
17

In case anyone else comes across this post, you could try these:

http://nuget.org/packages/StudioDonder.MvcContrib.Mvc4/ http://nuget.org/packages/StudioDonder.MvcContrib.Mvc4.TestHelper/ etc.

with the source here: http://mvccontrib.codeplex.com/SourceControl/network/forks/ErikSchierboom/mvccontribmvc4

For each, they say: Note: this is a fork of the MvcContrib project that is suited for working with ASP.NET MVC 4.

Antecedent answered 9/3, 2013 at 19:45 Comment(0)
B
3

I can say from experience that it "sort of" works.

I'm working on a project where we were using the Mvc.Contrib.TestHelpers assembly, and in that case, I had to download the source code from Codeplex, update the MVC references from version 3 to version 4 and rebuild the project, then reference my rebuilt version of MvcContrib.

I hope that helps :)

Beneficiary answered 1/11, 2012 at 21:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.