Debugging XAML Exceptions

Found this here. It explains how to get better debugging info in VS 2005 from XAML thrown events:

Choose Debug\Exceptions\Add:

ComboBox: Common Language Runtime Exceptions
TextBox: System.Windows.Markup.XamlParseException

Check the “Thrown” box for that newly added Exception (S.W.M.XPE)

Leave a Reply