摘要:
在.cshtml面面中@Html.TextBoxFor(model => model.Name)上面语句提示如下错误, 并且model属性不能智能提示The type arguments for method 'System.Web.Mvc.Html.InputExtensions.TextBoxFor<TModel,TProperty>(System.Web.Mvc.HtmlHelper<TModel>, System.Linq.Expressions.Expression<System.Func<TModel,TProperty>&g 阅读全文
摘要:
主健如果Model中包含如下字段(不区分大小写,按优先级列出),则会当做主健'Id'[type name]Id 参考:http://msdn.microsoft.com/en-us/library/system.data.entity.modelconfiguration.conventions.idkeydiscoveryconvention(v=vs.103).aspx外健采用如下方法定义外健View Code public class Department{ // Primary key public int DepartmentID { get; set; } pu.. 阅读全文
摘要:
问题现象在开发环境中(Win7 + MVC4 + EF5)系统能正常运行。发布到Server2003后,访问系统报如下错误:Method not found: 'Void System.Data.Objects.ObjectContextOptions.set_UseConsistentNullReferenceBehavior(Boolean)'.原因分析在开发环境中(Win7)已安装.net framewrok4.5, EF5使用的是与framework 4.5配套的版本。但server2003不支持framework4.5解决办法1,把项目的Target framewor 阅读全文