I\'m using the DbContext and Code First APIs introduced with Entity Framework 4.1.
The data model uses basic data types such as string
string
I had the same issue and in my case I was setting the date to new DateTime() instead of DateTime.Now