I have a WCF service that is consumed by client workstations. Now, one of the clients running on Windows 8, is throwing the following exception:
The transaction flowed Could Not Be unmarshaled. The Following exception occurred: The MSDTC transaction manager's WS-AtomicTransaction protocol service 'Version10' is disabled and can not unmarshal incoming transactions.
The settings on distributed transactions have been carried out in the source code and the workstations.
I tried to enable the protocol as described in this article: https://msdn.microsoft.com/en-us/library/aa347734(v=vs.100).aspx
But I am not working with certificates (authentication is not required) and could not apply the changes.
In the other workstations it is working perfectly.