Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two MVC4 Projects in my solution, they are Main.Web and Support.Web.
I am trying to call the controllers of the Support.Web from the Main.Web but I am surfacing the error "The controller for path '/Support/Home/Index' was not found or does not implement IController."

To access this I have created the Folder "Support" in the areas and copied all the views in the of the Support.Web in this Views and also referred the "Support.Web" in the Main. In registration "SupportAreaRegistration.cs" I have also included the "namespaces: new string[] { "Support.Web.Controllers" }" in "RegisterArea" method.

Please suggest the appropriate resolution for this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900