Search code examples
asp.net-mvcareas

ASP.NET MVC Areas: Can Someone Explain What's Happening PostBuild


I know to start using areas, you have to establish parent/child relationships. I have a couple areas setup and their controllers are hitting just fine, the problem is some Views are not found. I'm trying to gain an understanding of what's happening to my controllers that are not happening with my Views.

I'm very familiar with MSDN's link but I'm still having a disconnect: http://msdn.microsoft.com/en-us/library/ee307987(VS.100).aspx


Solution

  • Total user error, I ended up creating a new area and forgot to uncomment the child area in the project code behind. Sorry for the mislead! Make sure to uncomment your parent and children area projects!