In my mvc asp.net application, I am getting an error in edit function : in given code
public ActionResult Edit(int id) { var res = (from r in objeEnti
I've just run into this issue and it was because I had updated a view in my DB and not refreshed the schema in my mapping.