首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >devenv.exe /upgrade未按预期工作

devenv.exe /upgrade未按预期工作
EN

Stack Overflow用户
提问于 2019-11-16 04:25:09
回答 1查看 571关注 0票数 0

我正在尝试使用devenv.exe通过命令行升级Visual Studio2013解决方案文件。

"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe" TimeReportingDataMart.sln /Upgrade

但是没有输出,并且解决方案不会升级。devenv不是解决这个问题的正确工具吗?或者我只是完全错过了什么?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-11-16 05:04:54

问题是我在应该调用devenv的时候调用了devenv.exe

调用时,"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe" TimeReportingDataMart.sln /Upgrade失败。

但是打电话给

"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv" TimeReportingDataMart.sln /Upgrade给出了输出。

它提供了:

代码语言:javascript
复制
Copyright (C) Microsoft Corp. All rights reserved.

Information:
This project/solution does not require migration. It will open without modification.

这对我没有帮助,但至少我得到了运行的命令..

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58884212

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档