MVC Vidly Adding Forms

Hi,

I’m currently taking ASP.NET MVC training.
Got to “Adding Form” chapter.
When I try to add label and textbox getting error shown in attached picture.

Many thanks in advance.

Hi Everybody,

I have found the problem.
This error cause by the space between @Html.LabelFor and the Parentheses.
After deleting this space error eliminated.

Regards

Yossi