当前位置: 代码迷 >> .NET相关 >> 错误异常
  详细解决方案

错误异常

热度:218   发布时间:2016-04-24 03:06:44.0
异常错误
小弟在写程序报如下异常错误,求高人指导
An error occurred while executing the command definition.See the inner exception for details .System,InvalidOperationException:The transaction associated with the current connection has completed but has  not been disposed.The transaction must be disposed before the connection can be used to execute SQL statements

------解决方案--------------------
操作数据库异常
------解决方案--------------------
The transaction associated with the current connection has completed but has  not been disposed.The transaction must be disposed before the connection can be used to execute SQL statements

释放事务然后才是断开sql连接
  相关解决方案