I have a block of code that runs within a TransactionScope and within this block of code I make several calls to the DB. Selects, Updates, Creates, and Deletes, the whole ga
This exception can also be caused by disable Microsoft Distributed Transaction Coordinator.
If we want enable it, we run "dcomcnfg" and select "Component Services" -> "My Computer" -> "Distributed Transaction Coordinator" -> "Local Service DTC" and choose "Properties".
It should be checked "Allow Remote Client", "Allow Inbound", "Allow Outbound" and "No Authentication Required".