Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows 工作流基础中使用了事务范围活动。我收到一个工作流 SQL 持久性错误。
我没有 SQL 持久性数据库。
我们是否需要持久性服务。
我没有 Microsoft 分布式事务协调器 (MSDTC)
Windows Workflow Foundation 3.x 中的事务范围需要支持事务工作的 WorkflowPersistenceService。开箱即用的 SqlPersistenceService 适用于此,您也可以编写自己的。