An error occurred while executing the command definition. See the inner exception for details

前端 未结 9 1778
攒了一身酷
攒了一身酷 2020-12-15 03:07

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         


        
9条回答
  •  感动是毒
    2020-12-15 03:45

    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.

提交回复
热议问题