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: 'EmailWebApp' does not contain a definition for 'Ditta' and no extension method 'Ditta' accepting a first argument of type 'EmailWebApp' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 114:                                    <div class="form-group">
Line 115:                                        <div class="col-sm-12">
Line 116:                                            @Html.TextBoxFor(m => m.Ditta, new { @class = "form-control center-block", placeholder = "Intestazion ditta" })
Line 117:                                            @Html.ValidationMessageFor(m => m.Ditta, "", new { @class = "text-danger" })
Line 118:                                        </div>

Source File: D:\home\h426532.winp063.arubabusiness.it\cr-consult.it\Views\Home\WebPage.cshtml    Line: 116






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