Cannot create columns of type DbType.Xml when using SqlServer2012 provider. The error message I get is:
System.InvalidOperationException: Cannot execute the migration(s) as there are validation errors:
Migration 'Migrations.Migration9' uses the data type 'Xml' which is not supported by 'SqlServer2012'.
Cannot create columns of type DbType.Xml when using SqlServer2012 provider. The error message I get is:
System.InvalidOperationException: Cannot execute the migration(s) as there are validation errors:
Migration 'Migrations.Migration9' uses the data type 'Xml' which is not supported by 'SqlServer2012'.