This has been driving me nuts.
I keep getting the following exception
System.InvalidOperationException: The model of type 'Models.Expense' was not successfully updated. at System.Web.Mvc.Controller.UpdateModelTModel at System.Web.Mvc.Controller.UpdateModelTModel atMVC.Controllers.BaseExpenseController.Edit(String id, FormCollection collection) in C:\Projects\Expenses.MVC\Controllers\BaseExpenseController.cs:line 109
But I can't track down why it is not updating, nothing in the exception suggests why it has not updated.
Any pointers?