Wednesday, March 23, 2011

Debugging WPF and Silverlight Binding Errors In Visual Studio

Recently I was working with a Microsoft Silverlight project, debugging a XAML binding error. After a few hours of searching, I found a blog describing how to alter the WPF Trace Settings to enable a more verbose output while debugging.

After changing the trace level, you will see a more detailed output in the Debugger Output Window. Below is is a screenshot of the how to enable the proper settings.

toolsoptionsdatabinding_thumb-585x392.png

Read more: Falconer developer