MSDTC and Multiple Databases with Entity Framework.

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-06-15T21:53:34Z Indexed on 2010/06/15 22:12 UTC
Read the original article Hit count: 424

In my code I'm attempting to use a transaction using TransactionScope with Entity Framework. While in this transaction we are opening a regular SQL connection to a seperate server and database. When the conn.Open() is called we get an 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 Componet Services Administrative tool."

However, MSDTC is enabled and running on the Server.

© Stack Overflow or respective owner

Related posts about c#

Related posts about entity-framework