AmbiguousMatchException in MVC BlockController
Have you ever got the following error in the BlockController for our MVC API?
The current request for action 'Index' on controller type 'x' is ambiguous between the following action methods:
System.Web.Mvc.ActionResult Index(y) on type x
System.Web.Mvc.ActionResult Index(y) on type z
If not, you will probably get it in the future. You get this error if you add an action called “Index” in your controller without overriding the index action in the base class. So please, when using a block controller, override the index action, or you may end up with an exception on your EPiServer Tech day presentation.
A message from the future: I got this error now and this post helped me, thanks :-)
Another message from the future. I got this error and this post helped me also! Thanks! :-D
Chiming in from 2016 to continue the trend of confirming how helpful this post was. Thanks! :)
yep, helped me as well... (6 years later)
becomes
This post was written 3 months before I got my first professional programming job and 2 years before I had ever hear of episerver, and it's still relavent 7.5 years later. Thanks @JonasBergvist!
Here again, 6 years later :-)