I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx
I just want to confirm that is there any issue when using TransactionScope with Tableadapters?
I have read this article and read some issues with this, but the article was 2.5 years old http://blog.falafel.com/2007/04/09/GettingTableAdaptersToParticipateInTransactions.aspx
I hope in latest version of .Net Framework, the issue has been resolved
I am using .Net framework 3.5 version
Thanks