ZombieCheck

E

Eyal S

We develop using .net 2.0 with SQL 2000 DB.
We randomly receive an error:
System.Data.SqlClient.SqlTransaction.ZombieCheck().

Does anybody have any idea ot why this happens?

Thanks
 
A

aichu

i got this error when try to save a record:
System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable. at System.Data.SqlClient.SqlTransaction.ZombieCheck() at System.Data.SqlClient.SqlTransaction.Rollback() at MediaBuyingCls.addMediaBuyingDirectInter(DataTable dtMbm, DataTable dtMbd, String& mediaOrderNo) at MediaBuyingPress.btnSubmit_Click(Object sender, EventArgs e)
 
M

Miha Markic [MVP C#]

Seems like you are doing Rollback after Complete. Is this the case?
Whats your code?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top