The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value
I have the following code in my HomeController: public ActionResult Edit(int id) { var ArticleToEdit = (from m in _db.ArticleSet where m.storyId == … Read more