Top "System.transactions" questions

Network access for Distributed Transaction Manager (MSDTC) has been disabled

error: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security …

asp.net system.transactions
using TransactionScope : System.Transactions.TransactionAbortedException: The transaction has aborted

We're trying to do indirect nesting transaction using the code below, .NET 3.5 ,& SQL Server 2005. MSDN says that when using …

c# .net system.transactions
TransactionInDoubtException using System.Transactions on SQL Server 2005

The underlying question to this post is "Why would a non-promoted LTM Transaction ever be in doubt?" I'm getting System.…

c# sql-server-2005 transactions transactionscope system.transactions
How to create a class that works with TransactionScope?

Just wondering, if I want to create a class that does something and I want to be able to be …

c# .net .net-4.0 transactions system.transactions