I’m using AttributeRouting extension with Asp.Net Mvc 4 RC. It is ok for calling RenderAction from same controller. But when I called it from another controller’s view I got “No route in the route table matches the supplied values” exception.
PS:I’ve tested Asp.Net MVC 4 RC without AttributeRouting. Everything is fine.
The problem is related with “AREA”. You could not call RenderAction from another area, you have to add :