i am having an asp.net web site and in that in the app_Code folder I have created a folder call Areas and Created CommonEOS Area and added the MVC controller,views and models to it.
In the controller I get the error cannot resolve index for the view
How To solve this. The controller code is
Function About() As ActionResult
Return View() //<== I get cannot resolve here.
End Function