0

I have an mvc 3 application. I have one Admin area and it is working correctly. There are also controllers and views as per the default project configuration outside of the areas. This also works fine. But when I add a new Area under Areas, The controllers inside the areas continue to work but for the ones outside I am getting resource cannot be found.

Am I missing something here?

public mycode  //put some areas and controllers here 
               //4 spaces in front of code
{
}

produces this error message:

An exception occured... (line starts with a > is a block which is good for exceptions)

My default and area routes are being registered in global.

Erik Philips
  • 53,428
  • 11
  • 128
  • 150
Qudoos
  • 594
  • 1
  • 5
  • 12
  • We'll need to see some code and the specific error message. Since you appear to be new to the website, welcome to Stackoverflow. I've slightly modified your question for you to *fill in the blanks* with information that would help answer your question. – Erik Philips Dec 09 '12 at 00:58
  • thanks Erik. False alarm the routes continue to work if I add multiple areas, a key value from my routes just got deleted and I did not notice. – Qudoos Dec 09 '12 at 03:44

0 Answers0