0

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.

1 Answers1

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