日誌中出現Entity Framework修改數據庫時的錯誤:數據庫
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.spa
從表面看不出來哪裏錯了,增長如下try...catch代碼,捕獲異常:日誌
try { // 數據庫操做 } catch (DbEntityValidationException ex) { }
最終在ex.EntityValidationErrors中找到,是由於增長的數據超出了最大長度限制!code