Does anyone know if this is possible? I can get it to work OK if I build for 4.0 compatibility but when I use 4.5 all my tests fail with the familiar;
System.Security.VerificationException: Method Microsoft.Web.Mvc.Internal.ExpressionHelper.GetRouteValuesFromExpression: type argument 'T' violates the constraint of type parameter 'TController'
Which I believe is due to a mismatched version of MVC. I've tried adding a binding redirect in the config for 4.5 but as I'd anticipate that didn't seem to work.