Hi,
We are developing WCF web services and we access the database through DevForce on a Sql Server 2005 database. The connection string specified the SQLNCLI provider. Our web methods must work in a transacted environment. The WCF correct atributes have been set on the method and transaction flow has been enabled. We also checked that MSDTC works fine on all the involved computers.
DevForce has been set to support transaction with the 'useDTC. Xml tag right under the 'ideaBlade' tag. The problem is simple: whenever we perform a SaveChanges() on the PersistenceManager, the operation times out. The timeout is that of the ADO command after 30 seconds. This transaction should last milliseconds. It performs a simple update in a single table.
Does anyone have any idea ?