The Transaction Scope in the Foundation of Windows Workflow

I have used the transaction scope operation in the foundation of the Windows workflow. I am getting SQL persistence error on worker thread.

I don't have a SQL persistence database.

Do we need persisetence services.

I don't have a Microsoft Distributed Transaction Coordinator (MSDTC)

+1


source to share


1 answer


Transaction volume in Windows Workflow Foundation 3.x requires a WorkflowPersistenceService that supports transactions. The SqlPersistenceService provided out of the box works for this, and you can write your own as well.



+2


source







All Articles