Hi all, about one year ago I wrote some pieces of code that used TransactionScope and, as far as I remember, it managed transactions as expected (we did some tests, unluckily only "manual" ones).
Today it seems that the same piece of code doesn't work as expected, not rolling back the executed queries if an exception happens (or if the app is stopped before committing the transaction). Trying to understand if the problem was in the code or in the TransactionScope support, I didn't find any reference to "TransactionScope" in the MonoTouch documentation, so I was wondering if we used an unsupported feature. The only "useful" thing found googling is this commit in Vici Coolstorage, where the message of the commit is "Removed TransactionScope from MonoTouch project": https://github.com/viciproject/coolstorage/commit/42dd349de88b4c4071cea96b6a9403912a8e0dab Did we use an unsupported feature? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Is-TransactionScope-supported-in-MonoTouch-tp4656338.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
