Top "Msdtc" questions

MSDTC is an acronym for Microsoft Distributed Transaction Coordinator.

TransactionScope - The underlying provider failed on EnlistTransaction. MSDTC being aborted

Our team have got a problem that manifests as: The underlying provider failed on EnlistTransaction; Cannot access a disposed object.…

c# entity-framework oracle10g transactionscope msdtc
EF: How do I call SaveChanges twice inside a transaction?

Using Entity Framework (code first in my case), I have an operation that requires me to call SaveChanges to update …

entity-framework sql-server-2012 transactionscope entity-framework-5 msdtc
maxTimeout value from Machine.Config is not picked up by C# winform app

I have been working on a winform app with Oracle 10g database which is using TransactionScope and wanted to modify …

c# transactions oracle10g transactionscope msdtc
MSDTC is only working in one direction

I'm trying to use TransactionScope for unit tests and I keep getting errors on our build server. After following several …

transactionscope msdtc
How to run two Entity Framework Contexts inside TransactionScope without MSDTC?

This problem is not readily reproducible in a simple example here but was wondering if anyone has any experience and …

entity-framework transactions msdtc
TransactionScope alternative without DTC

are there any alternative to transactionScope which does not need to enable DTC?? In the transaction I need to make …

c# .net-4.0 transactions transactionscope msdtc
BEGIN TRY/CATCH and MSDTC error

1/ The following code snippet show me the expected error: The INSERT statement conflicted with the FOREIGN KEY constraint FK_... SET …

sql-server msdtc
INNER JOIN on Linked Server Table much slower than Sub-Query

I came across this very odd situation, and i thought i would throw it up to the crowd to find …

sql sql-server linked-server msdtc
Exception using MSDTC Transactions on SQL 2008 / Server 2008 R2 x64 HRESULT: 0x8004D025

I'm currently upgrading an app to SQL 2008 / Server 2008 R2 x64 and I'm seeing some strange behaviour that I have not …

sql-server-2008 transactions windows-server-2008-r2 msdtc