Server Error in '/' Application.

Compilation Error

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

Compiler Error Message: BC30456: 'Article1' is not a member of 'ScottKovalMVC5.ScottKoval.Models.Article'.

Source Error:


Line 22: 
Line 23:         <div class="form-group">
Line 24:             @Html.LabelFor(Function(model) model.Article1, htmlAttributes:= New With { .class = "control-label col-md-2" })
Line 25:             <div class="col-md-10">
Line 26:                 @Html.EditorFor(Function(model) model.ArticleText, New With {.htmlAttributes = New With {.class = "form-control"}})

Source File: G:\PleskVhosts\scottkoval.com\scottkoval.com\Views\Articles\Create.vbhtml    Line: 24






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