views:

8

answers:

1

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?

A: 

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.

JYelton