I have the following code in my HomeController:
public ActionResult Edit(int id) { var ArticleToEdit = (from m in _db.ArticleSet where m.storyId == id se
If you have a column that is datetime and allows null you will get this error. I recommend setting a value to pass to the object before .SaveChanges();