Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
2 Points
4 Posts
Jun 27, 2009 06:45 PM|LINK
Everything else works fine, but for the page that I have Htlm.RenderAction I get the following error message:
"The controller for path '/List' coudl not be found or it does not implement IController."
The the code looks something like:
Html.RenderAction("ListMenu", "ListNav", new { highlightCategory = ViewData["CurrentCategory"] });
On the page that displays the list I'm trying to put a navigation menu in place to allow them to select different categories.
This code works fine on Visual Studio 2008, MVC 1.0, and Microsoft.Web.Mvc.
But it does not work with Visual Studio 2010, MVC 1.0, and Microsoft.Web.Mvc (I didn't see an updated version of the futures...)
Thanks - Karl
"VS 2010" "Futures" "MVC 1.1"
kzachry
Member
2 Points
4 Posts
Html.RenderAction(action, controller, routeValues) not working with MVC 1.1 and VS 2010?
Jun 27, 2009 06:45 PM|LINK
Everything else works fine, but for the page that I have Htlm.RenderAction I get the following error message:
"The controller for path '/List' coudl not be found or it does not implement IController."
The the code looks something like:
Html.RenderAction("ListMenu", "ListNav", new { highlightCategory = ViewData["CurrentCategory"] });
On the page that displays the list I'm trying to put a navigation menu in place to allow them to select different categories.
This code works fine on Visual Studio 2008, MVC 1.0, and Microsoft.Web.Mvc.
But it does not work with Visual Studio 2010, MVC 1.0, and Microsoft.Web.Mvc (I didn't see an updated version of the futures...)
Thanks - Karl
"VS 2010" "Futures" "MVC 1.1"