What do we mean by "Output Window" in Visual Studio?

 Posted by vishalneeraj-24503 on 9/5/2014 | Category: .NET Framework Interview questions | Views: 2149 | Points: 40
Answer:

The Visual Studio IDE Output Window displays status messages for various features with in IDE include build errors,compilation error,Project configuration information, that occur when a project is compiled.
This window is very much important to see what your application doing during build.Now,this windows is by default turn off.So when ever you want to see the output window during build time,you have to go to
"View - > Output" or using shortcut key off "Ctrl + W,O".


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response