Monday, May 18, 2015

The "Output" pane should appear when you debug in Visual Studio 2013. Start scrolling downward through it to find the first error.

This is a particularly good way to figure out what is really wrong when a solution won't compile and barfs back a hundred errors across numerous projects. Many of the errors exist because a project is dependent on another project which cannot compile. In this madness one must lay hands of the first error that is blocking up everything else. Find the first error in the "Output" pane. Read from top to bottom until you see an error.

No comments:

Post a Comment