Exception of type 'System.ObjectDisposedException'
问题 I have following EF code first code. It is working fine. But when I look for the value of 'club2.Members', it says following: 'club2.Members' threw an exception of type 'System.ObjectDisposedException'. Message is: The ObjectContext instance has been disposed and can no longer be used for operations that require a connection. I have not set value for Members property. That’s okay. However it should not cause any exception internally. Is there a way to overcome this exception? Does removal of