I know about LocalDbConnectionFactory
but I'm interested why using SqlConnectionFactory
with the string
"Data Source=(localdb)\v11.0;Integrated Security=True; MultipleActiveResultSets=True"
causes System.Data.Entity.Core.ProviderIncompatibleException
to be thrown.