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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -