Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 output window missing

The output window that shows all the build messages in Visual studio is missing. I was not able to bring it back using the view menu. I tried safe mode and diagnostic mode, and restarted everything.

How can I get the window back?

like image 414
CodeCrackerFromIndia Avatar asked Sep 10 '15 15:09

CodeCrackerFromIndia


2 Answers

To quote MSDN:

The Output window does not appear on the View menu in Visual Studio Express editions. To bring it up, use the hotkey CTRL + ALT + O.

like image 70
jaunt Avatar answered Oct 14 '22 10:10

jaunt


Launch the following:

devenv.exe /ResetSettings
like image 21
CodeCrackerFromIndia Avatar answered Oct 14 '22 10:10

CodeCrackerFromIndia