Server Error in '/formulario' 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: CS1501: No overload for method 'PlanesItems' takes 3 arguments

Source Error:


Line 68:                                             <label>
Line 69:                                                 <strong>Carrera:</strong>
Line 70:                                                 @Html.DropDownListFor(k => k.Carrera, Utils.PlanesItems("", Model.Tipo == "04", Model.Carrera), new { style = "width:99%" })
Line 71:                                             </label>
Line 72:                                         </td>

Source File: c:\home\site\wwwroot\formulario\Views\Main\Calculadora.cshtml    Line: 70






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