问题
I have a microsoft sql server 2014 instance with a database "myDB". In SSMS I have registered this database as Datatier application. I have installed the latest dacfx with nuget to my visual studio project. When I hit DacServices.GenerateDriftReport("myDB") it throws:
Databases registered as a DAC database must be hosted by an instance of SQL 2005 SP4, SQL 2008 SP2, SQL 2008 R2, SQL 2012 or SQL Azure.
Also the method DacServices.Unregister throws this error.
I am installing Windows Server Updates to the SQL Server machine but I don't believe this would fix it.
来源:https://stackoverflow.com/questions/25891308/dacservices-generatedriftreport-throws-sql-server-version-conflict