Group: Forum Members
Posts: 190,
Visits: 1.3K
|
Hi,
I am having exactly the same error message as you posted.
However, in my case, I found that it is NOT the actual error. The actual cause is an error occurred during BO.Save(true); the transaction.Connection is somehow become null.
Then, same as your code, I have exception catch and TransactionRollback() is called. As transaction.Connection is null, TransactionRollback() will throw SqlTransaction has completed and can not be used.
|