简体   繁体   中英

how to open visual studio 2015 IDE?

I installed Visual Studio Community 2015 from https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx , but I don't see an option to open the IDE?

Attached a screen shot, I see command line options but no IDE, how do I open IDE?

VisualstudioCommunity2015

It is located in the:

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE"

folder. The name of the executable is devenv.exe . Yes, the name of the .exe is not Visual Studio , it is devenv.exe - which might sometimes cause confusion. So the full path would be:

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe"

Also, unlike previous Visual Studio , the Visual Studio folder from the start menu does not show the application. You could find Visual Studio 2015 executable directly, not under the Visual Studio folder:

在此处输入图片说明

for visual studio 2015, you don't go in the Visual Studio 2015 folder under accessories as you can already see why.

Just type Visual Studio 2015 and only then the visual studio icon comes up.

在此处输入图片说明

Visual Studio 2015 shortcut not in Visual Studio 2015 folder

这是Windows 10系统

Visual Studio 2015 startup file: "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\devenv.exe"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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