그냥 3.0.73.0 3.0.75에 MvcContrib.Mvc3-CI에서 업데이트하고 이전 작업 일반 ViewUserControl는 런타임 예외를 던졌다 :MvcContrib.Mvc3-ci 3.0.75.0 변경이 필요합니까?
이The model item passed into the dictionary is of type 'System.String', but this dictionary requires a model item of type 'MvcContrib.UI.InputBuilder.Views.PropertyViewModel`1[System.Object]'.
은 "잘못된"편집기 모델에서 일반 문자열을 사용을 :
<%: Html.EditorFor(m => m.Model.NEV) %>
3.0.73.0으로 되돌리고 편집기가 다시 작동합니다. 어떤 아이디어? (3.0.74.0도 작동하는 것 같습니다)
투표는이 MvcContrib 포럼/문제 목록에 속하는, 너무 지역화 닫습니다. –