|
I simply added the DJME assembiles to a brand new mvc3 razor project and I get the following. And idea why? I have not tried to call a page that uses the assembly. I only have a Home controller and view.
Multiple types were found that match the controller named 'Home'. This can happen if the route that services this request ('{controller}/{action}/{id}') does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the 'MapRoute' method that takes a 'namespaces' parameter. The request for 'Home' has found the following matching controllers: mvcPRJ.Controllers.HomeController DNA.Mvc.Controllers.HomeController |