Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This SqlTransaction has completed; it is no longer usabl
Message
From
17/07/2008 09:35:38
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
16/07/2008 19:58:05
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01331847
Message ID:
01331955
Views:
11
>Just started getting this error in an area of the application I have not touched in a while. It is a simple data entry form. I enter some data and click ths save button. The data is being saved, but then the error occurrs.
>
>Here is a partial call stack:
>
>
>  at System.Data.SqlClient.SqlTransaction.ZombieCheck()
>   at System.Data.SqlClient.SqlTransaction.Commit()
>   at OakLeaf.MM.Main.Data.mmDataAccessSql.TransactionCommit()
>   at OakLeaf.MM.Main.Business.mmBusinessObject.TransactionCommit(String databaseKey)
>   at OakLeaf.MM.Main.Business.mmBusinessObject.TransactionCommit()
>   at OakLeaf.MM.Main.Business.mmBusinessObject.SaveDataSet(DataSet ds, String tableName, String databaseKey, IDbDataAdapter dbAdapter)
>   at OakLeaf.MM.Main.Business.mmBusinessObject.SaveDataSet(DataSet ds, String tableName, String databaseKey)
>   at OakLeaf.MM.Main.Business.mmBusinessObject.SaveDataSet(DataSet ds, String tableName)
>   at OakLeaf.MM.Main.Business.mmBusinessObject.SaveDataSet(String tableName, Int32 currentRow)
>   at OakLeaf.MM.Main.Windows.Forms.mmBusinessForm.Save(mmBusinessObject bizObj, String tableName)
>   at OakLeaf.MM.Main.Windows.Forms.mmBusinessForm.Save(mmBusinessObject bizObj)
>   at OakLeaf.MM.Main.Windows.Forms.mmBusinessForm.Save()
>   at Barker.PhotoTracker.UI.Forms.CustomersEditForm.Save() in C:\Users\Dan\Documents\Visual Studio 2005\Projects\PhotoTracker\PhotoTracker\Forms\CustomersEditForm.cs:line 101
>
>
>Any ideas?

I don't know what is causing this error but have you tried adding the MM debug references and stepping into the save method to see exactly what is happening? I hope it isn't in the ZombieCheck :-)
Cheers;
Tim
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform