有没有办法禁用 Visual Studio 提示升级较旧的解决方案文件?
有没有办法禁用 Visual Studio 提示升级较旧的解决方案文件?
我正在 VS2010 中打开该项目,是的,我希望您实际打开它,不,我不需要您的备份。
有什么方法可以永久绕过这个并让这个工作正常进行吗?
Is there a way to disable Visual Studio for prompting to upgrade an older solution file?
I'm opening the project in VS2010, yes I want you to actually open it, and no I don't want your backup.
Is there some way I can permanently bypass this and just have this work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在这里的选择有限。您可以使用 /upgrade 命令行选项启动 devenv.exe 来执行升级。这只是升级解决方案,并没有实际启动 IDE。备份始终进行,没有跳过备份的选项。在批量转换场景中很有用。从控制台窗口复制:
You have limited options here. You could start devenv.exe with the /upgrade command line option to perform an upgrade. That just upgrades the solution and doesn't actually start the IDE. The backup is always made without an option to skip it. Useful in batch conversion scenarios. Copied from the console window: