Visual Studio 快递 2013 至 2017

Visual Studio Express 2013 to 2017

我在将 visual Studio Express 解决方案移植到 Visual Studio 2017 时遇到问题。我尝试遵循 this 文章中的建议,但没有解决问题。

当我在 2017 年加载我的解决方案时,我收到一条错误消息 "one or more projects in the solution were not loaded correctly",输出如下:

C:\Users\mikegjohn\Documents\Service Hub\Service_Hub\WindowsApplication1\Service_Hub.vbproj : error : The imported project "C:\Program Files (x86)\Microsoft Visual Studio17\Community\MSBuild\Microsoft\VisualStudio\v15.0\SSDT\Microsoft.Data.Tools.Schema.Sql.UnitTesting.targets" was not found. Also, tried to find "Microsoft\VisualStudio\v15.0\SSDT\Microsoft.Data.Tools.Schema.Sql.UnitTesting.targets" in the fallback search path(s) for $(MSBuildExtensionsPath32) - "C:\Program Files (x86)\MSBuild" . These search paths are defined in "C:\Users\mikegjohn\AppData\Local\Microsoft\VisualStudio.0_825df01c\devenv.exe.config". Confirm that the path in the declaration is correct, and that the file exists on disk in one of the search paths. C:\Users\mikegjohn\Documents\Service Hub\Service_Hub\WindowsApplication1\Service_Hub.vbproj

我的解决方案资源管理器没有显示任何内容,我无法查看任何属性。

谁能指出我正确的方向?

我在 Lex Li Jun 的帮助下设法解决了这个问题。我重新安装了一些 SQL 标准 VS2017 包中遗漏的模块,这解决了我的问题!