Visual Studio Express 2012 how to hide the compilation details when the build is success and show it when the build fails
c#, visual-studio, visual-studio-2012
Solution
In VS 2012: Tools > Options > Projects and Solutions > General
- Check 'Always show Error List if build finishes with errors'
- Uncheck 'Show Output window when build starts'
Problem
This is really annoying, I´m used to see the compilation details only when the build fails, otherwise I´m happy just checking the message at the status bar saying build success. But it appears on every build... I´m trying Visual Studio Express 2012 and I have not found the setting required to get this effect Any ideas?