This happened before, and I canβt remember how I decided it. I renamed the MVC project and then ReSharper refactoring updated the namespaces. Now, when I start, I get the following error when starting the project:
Multiple types were found that match the controller named 'Dashboard'. 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 'Dashboard' has found the following matching controllers: EkmDomains.FrontEnd.Controllers.DashboardController EkmDomains.Web.Controllers.DashboardController
I searched everywhere in the solution where the old EkmDomains.FrontEnd ocurrs namespace replaced it with a new one, but to no avail ...
Does anyone have any idea?
c # asp.net-mvc-3
jcvandan Jun 16 2018-11-11T00: 00Z
source share