Whenever I call Html.RenderAction from a Spark view I get a StackOverflowException. If the action returns ContentResult, everything works fine but when I change to ActionResult I bump into the exception.
I work with ASP.NET MVC 2 and latest Spark release (1.1.0.0)
Any ideas?