I am trying to create unit tests for a Workflow that uses SqlWorkflowInstanceStore for it's persistent store. When I try to create and instance I get the following error:
The execution of the InstancePersistenceCommand named {urn:schemas-microsoft-com:System.Activities.Persistence/command}CreateWorkflowOwnerWithIdentity was interrupted by an error.
With the inner error of:
Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.
Has anyone have the same a solution for this. When I use SQLEXPRESS using the same dacpac to make sure the schema etc are identical.
Both ANSI_NULLS and QUOTED_IDENTIFIER are OFF.