My output window does not show binding errors for my project. However on a colleagues machine, binding errors are displayed in the output window.
Any ideas on how to switch this on on my machine (the source code is identical on both machines so I'm guessing it is an IDE setting).
I had the same problem and making the appropriate changes (Tools -> Options -> Debugging -> Output Window -> WPF Trace Settings -> Data Binding), I still couldn't see any DataBinding issues in the Output window. The problem was I found this line in my App.cs code
This option was obviously overwriting the settings I made in the Options menu.
In some settings configurations, first-chance exception notifications are displayed in the Immediate window.
To toggle first-chance exception notifications in the Immediate window On the View menu, click Other Windows, and click Output.
Right-click on the text area of the Output window, and select or deselect Exception Messages.
Try
If the following solution doesn't work for you:
Try to right click on the Output area of the Output Window, and Select all output messages you want, and especially Program Output option.