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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -