c# - Transactions - The MSDTC transaction manager's WS-AtomicTransaction protocol service 'Version10' is disabled -
i have wcf service consumed client workstations. now, 1 of clients running on windows 8, throwing following exception:
the transaction flowed not unmarshaled. following exception occurred: msdtc transaction manager's ws-atomictransaction protocol service 'version10' disabled , can not unmarshal incoming transactions.
the settings on distributed transactions have been carried out in source code , workstations.
i tried enable protocol described in article: https://msdn.microsoft.com/en-us/library/aa347734(v=vs.100).aspx
but not working certificates (authentication not required) , not apply changes.
in other workstations working perfectly.
the problem version of windows, had commented. single edition version of windows 8 not support distributed transactions. when replace professional version, system worked perfectly.
Comments
Post a Comment