Im trying to create a mvc application with umbraco and areas, but when i try to configure out the routing of this project, i keep getting the error
The request for 'home' has found the following matching controllers:
techframeteste.Controllers.HomeController
techframeteste.Areas.Shop.Controllers.HomeController
This can happen if the route that services this request ('umbraco/RenderMvc/{action}/{id}') does not specify namespaces to search for a controller that matches the request
Umbraco with areas error
Hi guys,
Im trying to create a mvc application with umbraco and areas, but when i try to configure out the routing of this project, i keep getting the error
The request for 'home' has found the following matching controllers: techframeteste.Controllers.HomeController techframeteste.Areas.Shop.Controllers.HomeController
This can happen if the route that services this request ('umbraco/RenderMvc/{action}/{id}') does not specify namespaces to search for a controller that matches the request
Can anyone help me? Thanks!
is working on a reply...