In my code, I am trying to use a transaction using TransactionScope with the Entity Framework. Although in this transaction we open a regular SQL connection with a separate server and database. When conn.Open () is called, we get an Error:
"Network access for Distributed Transaction Manager (MSDTC) is disabled. Enable DTC to access the network in the security configuration for MSDTC using the Component Services Administration tool.
However, MSDTC is enabled and running on the server.
source
share