After some updates, my helpers began to give problems, for example, if I were to use @Html.TexBoxFor
, Razor would not recognize it.
After searching a lot, I was asked to use @using System.Web.Mvc.Web
in View that I was writing. Here's the surprise: My System.Web.Mvc
does not have Web
.
Sometime it worked normally, I do not know what might have happened and I'm starting in MVC now.