我在运行哪个版本的VS

我在运行哪个版本的VS

本文介绍了我在运行哪个版本的VS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在运行Visual Studio Community Edition 2017.关于页面告诉我我有15.7.3版本。

它没有在程序中显示。

AdvancedInstaller尝试在VS 2015上安装,它也不会在程序中显示。

在C:\Program Files下我有Microsoft Visual Studio 8,10.0和12.0。

在C:\Program Files x86下我有Microsoft Visual Studio 8,9.0,10.0,11.0,12.0和14.0。

卸载VS2010会查找我没有的安装包。



我怎样才能知道我在跑什么以及它在哪里?



次要问题 - 他们是故意这样做的弄乱我们的脑袋?



我尝试过:



尖叫。谷歌搜索。查看所有已安装的程序。

I'm running Visual Studio Community Edition 2017. The About page tells me that I have version 15.7.3.
It doesn't show in Programs.
AdvancedInstaller tries to install over VS 2015 which also doesn't show in Programs.
Under C:\Program Files I have Microsoft Visual Studio 8, 10.0 and 12.0.
Under C:\Program Files x86 I have Microsoft Visual Studio 8, 9.0, 10.0, 11.0, 12.0 and 14.0.
Uninstalling VS2010 looks for an installation package I don't have.

How can I find out what I am running and where it is?

Secondary question - do they do this deliberately to mess with our heads?

What I have tried:

Screaming. Googling. Looking through all installed programs.

推荐答案


这篇关于我在运行哪个版本的VS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 07:32