在VS 2017中为SQL Server 2017安装SSDT后,我仍然无法加载早期版本的dtproj
文件。
此项目与当前版本的Visual Studio不兼容
旧.dtproj
看起来像这样:
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ProductVersion>10.50.1600.1</ProductVersion>
<SchemaVersion>9.0.1.0</SchemaVersion>
较新的dtproj看起来像这样:
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DeploymentModel>Project</DeploymentModel>
<ProductVersion>14.0.800.60</ProductVersion>
<SchemaVersion>9.0.1.0</SchemaVersion>
一般来说,它们看似相似。我还没有在https://docs.microsoft.com/en-us/sql/ssdt/changelog-for-sql-server-data-tools-ssdt看到任何有关如何升级项目文件的文档。
是否有用于执行升级的工具?
答案 0 :(得分:1)
SSDT 15.8.1具有导入.ispac向导,该向导将为您创建组件。设置有点棘手。
设置步骤
应该为您创建所有组件。