2
Error occurs in method (Registerroutes) in Routeconfig.Cs on line
routes.MapMvcAttributeRoutes();
When running in the browser:
* The built-in Constraint resolver of type 'Defaultinlineconstrainaintresolver' could not resolve the following built-in Constraint: 'string'. *
[Httpexception (0x80004005): The built-in Constraint resolver of type 'Defaultinlineconstrainaintresolver' could not resolve the following built-in Constraint: 'string'.]
System.Web.Httpruntime.Firstrequestinit(Httpcontext context) +10042604 System.Web.Httpruntime.Ensurefirstrequestinit(Httpcontext context) +95 System.Web.Httpruntime.Processrequestnotificationprivate(Iis7workerrequest Wr, Httpcontext context) +254
Thank you, that’s exactly what it was
– Pedro