How to solve this error from .net. I am using visual studio and building one project in it and getting this error. I am not able to resolve this error. please help me.
Asked
Active
Viewed 1,481 times
0
-
Are you using MVC? – Ambrish Pathak Feb 07 '17 at 05:38
-
yes I am using MVC. – Praddyumna Sangvikar Feb 07 '17 at 05:41
-
Then try the answer below. – Ambrish Pathak Feb 07 '17 at 05:45
1 Answers
1
Possibly you have not included using System.Web.Mvc;
Include this namespace at the top of your code.

Ambrish Pathak
- 3,813
- 2
- 15
- 30