2010-12-12 2 views
0

이것은 RC1에서는 작동했지만 RC2에서는 작동하지 않았습니다. 어떤 아이디어가 잘못 되었나요?Html.TextboxFor (model => model.Username) MVC3 RC2에서 오류가 발생했습니다

Line 97:   @Html.LabelFor(model => model.Username) 
Line 98:   @Html.TextboxFor(model => model.Username) ---> ERROR HERE 
Line 99:   @Html.ValidationMessageFor(model => model.Username) 

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: 'System.Web.Mvc.HtmlHelper<Learning.Ajax.Models.Order>' does not contain a definition for 'TextboxFor' and no extension method 'TextboxFor' accepting a first argument of type 'System.Web.Mvc.HtmlHelper<Learning.Ajax.Models.Order>' could be found (are you missing a using directive or an assembly reference?) 

답변

3

가 :(

+0

이 언젠가 내가 아주 바보 같은 실수를 할 (자본 B와) TextBoxFor이어야합니다. 감사합니다 – Pirzada

관련 문제