I made a controller named Email
. In ActionResult
I give an Add View and create the view. When I right click on ActionResult
and give Go to View
, it says that it did not find the view, but if I right click on the View and give Go to Controller
it finds the Controller . What could be wrong?