A route named “x” is already in the route collection. Route names must be unique. Exception with ASP.NET MVC 3
I’m doing an ASP.NET MVC 3 web service and I keep getting this exception intermittently.
I’m doing an ASP.NET MVC 3 web service and I keep getting this exception intermittently.
I’m using multiple areas in MVC 3 and I’m having problems with my views not being found. The routing seems to pick up my controllers correctly (all the actions are executing without any problems), but when I return a view MVC simply doesnt find it.