I have seen this happen when my entity model is not quite correct.
For example if the Key is Int16 and I declared it as Int
However it also seems a problem if the columnname is too long
For example
public bool ExcludeFromPrioritizeByDueByDate { get; set; }