gpt4 book ai didi

c# - ASP.NET MVC5 : The ObjectContext instance has been disposed

转载 作者:太空宇宙 更新时间:2023-11-03 13:03:51 27 4
gpt4 key购买 nike

我将 asp.net mvc5 与 EF 一起使用,在这几个字符串中我收到了“ObjectContext 实例已被处理,不能再用于需要连接的操作”。怎么了?

public JsonResult GetResponibleParty()
{
List<CI_ResponsibleParty> resParty;
using (MetabaseDbContext context = new MetabaseDbContext())
{
resParty = context.SetOfResponsibleParty.ToList();
return Json(resParty, JsonRequestBehavior.AllowGet);
}
}

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com