Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The code block is missing a closing "}" character.  Make sure you have a matching "}" character for all the "{" characters within this block, and that none of the "}" characters are being interpreted as markup.


Source Error:


Line 1: @model Uco.Models.Form Line 2: @{ Line 3: Layout = @Model.Layout; Line 4: List<Uco.Models.FormFild> l = ViewBag.Items;

Source File: /Views/Page/Form.cshtml    Line: 2


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3062.0