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
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
System.Diagnostics.PresentationTraceSources.DataBindingSource.Switch.Level = System.Diagnostics.SourceLevels.Critical;
This option was obviously overwriting the settings I made in the Options menu.