摘要: 说系统的字段不匹配。是因为ViewData,没有赋值。 阅读全文
posted @ 2014-04-05 22:40 曹万军 阅读(188) 评论(0) 推荐(0)
摘要: MVC5.0+EF6.0,和浏览器的版本有关系。IE最多1024KB。URL不能过长,否则summit方法提交失败。 阅读全文
posted @ 2014-04-05 22:38 曹万军 阅读(156) 评论(0) 推荐(0)
摘要: 其他信息: The model backing the 'WebTopFormContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269).是因为数据库的版本已经更改,向源码管理者要最新的数据库更新即可。 阅读全文
posted @ 2014-04-05 22:36 曹万军 阅读(199) 评论(0) 推荐(0)