Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6071457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:02:58+00:00 2026-05-23T10:02:58+00:00

I have a MVC 3 Razor project. It has an area called Admin. I

  • 0

I have a MVC 3 Razor project. It has an area called Admin. I have the basic layout of the page in the project’s Views/Shared folder (by default). I have a controller in the main project called Common. It will be in charge of certain parts of the layout that are based on business logic (navigation based upon roles, etc.). I have

@Html.Action("Navigation", "Common")

being called in the _layout.cshtml file. That is set to render the nav bar. When I go to a route in the Admin area (“admin/somedomainobject/add”), a run time error states the following:

“The controller for path
“/admin/somedomainobject/add” was not
found or does not implement
IController.”

It exists just fine, when I remove the line from the layout. The error is happening if I use the above syntax or the following:

@{Html.RenderAction("Naviation", "Common");}

Is it because I am using areas? Am I utilizing the main project folders the wrong way?

Any ideas would be greatly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:02:58+00:00Added an answer on May 23, 2026 at 10:02 am

    It is because in your admin area all generated links will inherit this area unless explicitly told otherwise, try

    @{ Html.RenderAction("Naviation", "Common", new { @area = string.Empty }); }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

MVC 3 razor VB.NET project. I have resorted to manual building a list for
I have the following code in a MVC 3 (Razor) project: <div class=user_info id=id_user_info>
I have a new ASP.NET MVC 3 project, and MVC and Razor are all
I have an Asp.Net mvc 3 project I'm using razor, and need to generate
I have converted my classic asp.net mvc views to razor. In a view there
I have created a sample project using ASP.NET MVC 3 Web Application (Razor) template.
I have an MVC application which has a set of fields for contact details
I have a MVC 3 Razor app and I need to deploy it on
I have a MVC 3.0 .Net 4.0 Razor application that is periodically giving me
I have built an ASP.NET MVC 3 web application (with exlusively Razor/cshtml pages) that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.