Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more: , +
Hi All,

In my .NET application(Windows Application) I get exception SqlTransaction.ZombieCheck. I'm new to the application where I get this exception. Technically in general in which scenario the exception would be thrown? How to resolve the error? If you come across this exception please do share your points with me. Thanks in advance.
Posted
Updated 10-Dec-12 2:49am
v2

1 solution

Hi
It happens when you try to operate in a transaction which has already been committed or rolled back. The scenario could be observed when the inherent connection that the transaction is using is closed and then you try to commit or rollback the transaction.

You may wanna check this blog here http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/08/24/zombie-check-on-transaction-error-this-sqltransaction-has-completed-it-is-no-longer-usable.aspx[^]

Regards
Pawan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900