本文介绍了Visual Studio 2017版本15.1(26403.7)开发人员命令提示符显示错误的版本号 - > v15.0.26403.7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 你好, 我正在使用Microsoft Visual Studio Professional 2017版本15.1(26403.7)发布。 关于对话框显示版本15.1(26403.7)版本。 当我打开命令提示符并执行  " c:\Program Files(x86)\ Microsoft Visual Studio \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ x64 8.1 显示&bbsp; ******* ************************************************** ************* ** Visual Studio 2017开发人员命令提示符v15.0.26403.7 **版权所有(c)2017 Microsoft Corporation *** ************************************************** ***************** [vcvarsall.bat]环境初始化为:'x64' v15.0.26403.7而不是v15.1.26403.7 感谢您的帮助, Andreas 解决方案 vcvarsall.bat调用  VsDevCmd.bat,显示带有devenv.exe文件版本的横幅,是15.0.xxxxx.y尽管关于窗口显示15.1.xxxxx.y: Hello,I'm using Microsoft Visual Studio Professional 2017 Version 15.1 (26403.7) Release.The About Dialog shows Version 15.1 (26403.7) Release.When I open a command prompt and execute "c:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvarsall.bat" x64 8.1it shows ************************************************************************ Visual Studio 2017 Developer Command Prompt v15.0.26403.7** Copyright (c) 2017 Microsoft Corporation**********************************************************************[vcvarsall.bat] Environment initialized for: 'x64'v15.0.26403.7 instead of v15.1.26403.7Thanks for the help,Andreas 解决方案 vcvarsall.bat calls VsDevCmd.bat, which shows a banner with the version of file devenv.exe, which is 15.0.xxxxx.y despite the About window shows 15.1.xxxxx.y: 这篇关于Visual Studio 2017版本15.1(26403.7)开发人员命令提示符显示错误的版本号 - > v15.0.26403.7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-30 07:25