c# - Entity Framework 6 is unable to begin distributed transactions -
i've started question here regarding problem due distributed transactions.
i running entity framework 6.1.3 (current stable release). when called stored procedure in c# code had following error:
the operation not performed because ole db provider "msdasql" linked server "as400_linkedsrv" unable begin distributed transaction.
after downgrade ef version 6.1.3 version 5.0.0 error has gone , works expected.
why did happened? couldn't find real problem here. ef wrap transactions somehow?
Comments
Post a Comment