MySqlException: There is already an open DataReader associated with this Connection which must be closed first.
Parallel.ForEach 然后报了上面的错误,怎么处理
MySqlException: There is already an open DataReader associated with this Connection which must be closed first.
Parallel.ForEach 然后报了上面的错误,怎么处理
1
male110 OP System.Data.Entity.Core.EntityException:“基础提供程序在 EnlistTransaction 上失败。”
内部异常 InvalidOperationException: Nested transactions are not supported. |
2
Presbyter Apr 4, 2018
|
3
beginor Apr 5, 2018 via Android
一个 connection 通常只能有一个 reader 在用
|