阅读背景:

尝试列出对象时出现System.ObjectDisposedException

来源:互联网 

Trying to fix this error

试图修复此错误

public ActionResult MyEvents()
{
    Personne personne = (Personne)Session["User"];
        personne.Evenements.ToList();
        return View(personne);

}
public Act



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: