EF There is already an open DataReader associated with this Command

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EF There is already an open DataReader associated with this Command相关的知识,希望对你有一定的参考价值。

捕捉到 System.InvalidOperationException
_HResult=-2146233079
_message=意外的连接状态。在使用包装提供程序时,请确保在已包装的 DbConnection 上实现 StateChange 事件。
HResult=-2146233079

 

解决参考:

https://stackoverflow.com/questions/4867602/entity-framework-there-is-already-an-open-datareader-associated-with-this-comma

https://stackoverflow.com/questions/20693216/there-is-already-an-open-datareader-associated-with-this-connection-which-must-b

以上是关于EF There is already an open DataReader associated with this Command的主要内容,如果未能解决你的问题,请参考以下文章