简体   繁体   English

Visual Studio Express 2013至2017

[英]Visual Studio Express 2013 to 2017

I am having issues porting visual Studio Express solutions over to Visual Studio 2017. I have attempted to follow the advice in this article which has not solved the issue. 我在将Visual Studio Express解决方案移植到Visual Studio 2017时遇到问题。我试图遵循本文中的建议, 该建议尚未解决。

When I load my solution in 2017, I get an error stating "one or more projects in the solution were not loaded correctly" with the following output: 在2017年加载解决方案时,出现错误,指出“解决方案中的一个或多个项目未正确加载”,并显示以下输出:

C:\\Users\\mikegjohn\\Documents\\Service Hub\\Service_Hub\\WindowsApplication1\\Service_Hub.vbproj : error : The imported project "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\Microsoft\\VisualStudio\\v15.0\\SSDT\\Microsoft.Data.Tools.Schema.Sql.UnitTesting.targets" was not found. C:\\ Users \\ mikegjohn \\ Documents \\ Service Hub \\ Service_Hub \\ WindowsApplication1 \\ Service_Hub.vbproj:错误:导入的项目“ C:\\ Program Files(x86)\\ Microsoft Visual Studio \\ 2017 \\ Community \\ MSBuild \\ Microsoft \\ VisualStudio \\ v15找不到.0 \\ SSDT \\ Microsoft.Data.Tools.Schema.Sql.UnitTesting.targets”。 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" . 此外,尝试在$(MSBuildExtensionsPath32)的后备搜索路径中找到“ Microsoft \\ VisualStudio \\ v15.0 \\ SSDT \\ Microsoft.Data.Tools.Schema.Sql.UnitTesting.targets”-“ C:\\ Program Files (x86)\\ MSBuild“。 These search paths are defined in "C:\\Users\\mikegjohn\\AppData\\Local\\Microsoft\\VisualStudio\\15.0_825df01c\\devenv.exe.config". 这些搜索路径在“ C:\\ Users \\ mikegjohn \\ AppData \\ Local \\ Microsoft \\ VisualStudio \\ 15.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 C:\\ Users \\ mikegjohn \\ Documents \\ Service Hub \\ Service_Hub \\ WindowsApplication1 \\ Service_Hub.vbproj

My solution explorer shows nothing and i cannot view any of the properties. 我的解决方案资源管理器什么也不显示,我无法查看任何属性。

Can anyone point me in the right direction? 谁能指出我正确的方向?

我设法在Lex Li Jun的帮助下解决了这个问题。我重新安装了标准VS2017软件包中未包含的许多SQL模块,从而解决了我的问题!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM