Reputation: 1768
I develop in C# using VS 2008.
Is there a way to configure VS 2008 so if there were Build Errors it will automatically switch to "Error List" window?
Upvotes: 1
Views: 615
Reputation: 1293
In VS2008, Tools > Options > Projects and Solutions > General > check the Always show Error List if build finishes with errors.
Upvotes: 5
Reputation: 36512
Whether the error list is pinned or set to "auto-hide," when the build fails it will be visible with the list of errors. At that point if you hit an arrow key to traverse the list, it becomes focused and you can navigate the window.
I don't know of any options or preferences which alter this behavior.
Upvotes: 0