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: CS1061: 'Zynex.CMS.Web.Admin.Models.LoginViewModel' does not contain a definition for 'Email' and no extension method 'Email' accepting a first argument of type 'Zynex.CMS.Web.Admin.Models.LoginViewModel' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 20:                     <i class="fa fa-user fa-fw"></i>
Line 21:                 </span>
Line 22:                 @Html.TextBoxFor(m => m.Email, new { @class = "form-control", placeholder = "E-Mail" })
Line 23:             </div>
Line 24:             @Html.ValidationMessageFor(m => m.Email, "", new { @class = "text-danger" })

Source File: d:\Websites\fcglattbrugg.ch\Views\Account\Login.cshtml    Line: 22






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