Azure sql database 导入Azure:SqlAzureV12DatabaseSchemaProvider无效

Azure sql database 导入Azure:SqlAzureV12DatabaseSchemaProvider无效,azure-sql-database,azure-sql-server,Azure Sql Database,Azure Sql Server,尝试将自动架构更新发布或预览到Azure SQL Server V12时,我遇到以下错误: Web deployment task failed. (Could not generate deployment script. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider is not valid. Y

尝试将自动架构更新发布或预览到Azure SQL Server V12时,我遇到以下错误:

Web deployment task failed. (Could not generate deployment script.
Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service.
Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform service.
  Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXECUTING_METHOD.)
在尝试导入到本地SQL server时遇到此错误时,我找到了一些解决方案,但我正在将部署到Azure SQL数据库

我下载并安装了Microsoft SQL Server数据层应用程序框架(2015年2月)(在上建议使用x64和x86版本,但预览和部署仍然失败

我可以使用Microsoft SQL Server Management Studio(13.0.14000.36)从本地计算机连接到数据库

这里少了什么


更新: 我可以从本地计算机成功运行Entity Framework的迁移更新数据库。
只有在向导中选择了“更新数据库”时,发布才会失败(我要说的是,我的发布设置是正常的,并且可以正常工作,但数据库位除外).

尝试Web Deploy 3.6。Web Deploy中存在一个已知问题,该问题无法正确确定所需的组件版本。Web Deploy 3.6或更高版本应已修复该问题。

尝试Web Deploy 3.6。Web Deploy中存在一个已知问题,无法正确确定所需的组件版本。Web Deploy 3.6或更高版本ld已修复该问题。

是否发布到Azure Web应用程序?作为Api应用程序发布您发布到Azure Web应用程序?作为Api应用程序发布