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
Look at the Inner Exception and find out what object might have caused the problem, you might have changed its name.