system.transactions Questions
5
error:
Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Admin...
Boogiewoogie asked 1/3, 2011 at 1:32
5
Solved
The underlying question to this post is "Why would a non-promoted LTM Transaction ever be in doubt?"
I'm getting System.Transactions.TransactionInDoubtException and i can't explain why. Unfortuna...
Meatball asked 11/6, 2009 at 19:11
2
Solved
Is it real to use System.Transactions (primarily TransactionScope) across different AppDomains and processes?
DependentTransaction works only inside one AppDomain.
Moslemism asked 18/3, 2011 at 4:50
1
Solved
I'm trying to use System.Transactions (TransactionScope) to coordinate a set of processes, each of which does some database work. Ultimately all processes need to commit or be rolled back atomicall...
Ritualize asked 26/11, 2012 at 22:28
2
We're trying to do indirect nesting transaction using the code below, .NET 3.5 ,& SQL Server 2005.
MSDN says that when using TransactionScope, a transaction is escalated whenever application ...
Ian asked 31/10, 2011 at 4:37
2
Solved
I've just started using Dapper for a project, having mostly used ORMs like NHibernate and EF for the past few years.
Typically in our web applications we implement session per request, beginning a...
Explain asked 1/6, 2011 at 13:24
2
I was testing to see how nested transactions work, and uncovered this disturbing and unexpected behavior.
using(TransactionScope otx = new TransactionScope())
using(SqlConnection conn1 = new SqlCo...
Dowsabel asked 31/5, 2011 at 12:1
1
Solved
Just wondering, if I want to create a class that does something and I want to be able to be used in a TransactionScope, what would I need to implement?
That is: My class needs to be aware that it'...
Unbelt asked 10/3, 2011 at 20:59
2
Solved
I have seen System.Transactions namespace, and wondered, can I actually make a RDMBS with this namespace usage?
But when I saw some examples, I do not understand how System.Transactions does anyt...
Karb asked 21/8, 2010 at 9:41
2
Solved
I'm trying to wrap my head around the use of the System.Transactions namespace in C#. I've found some documentation on MSDN regarding using resource managers, but it only covers volatile, in-memory...
Binary asked 10/6, 2009 at 21:29
2
Solved
Is there any way to determine precisely why a System.Transaction TrasactionScope is being escalated to the DTC? We are hitting a bump with one of our components that seem to escalate the transactio...
Has asked 3/2, 2009 at 11:14
4
So, based on the answer to my previous question, transactions do get elevated from the LTM to the DTC if multiple connections are opened during a transaction, even if the connections all have the s...
Vitta asked 27/12, 2008 at 17:43
1
© 2022 - 2024 — McMap. All rights reserved.