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
balaweblog
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
Jerry bullard
source
to share