We have a very large project. The Visual Studio debug output log contains several repeating WPF binding errors.
For example:
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='NaN' BindingExpression:Path=Width; DataItem='ContentPresenter' (Name=''); target element is 'ContentPresenter' (Name=''); target property is 'MaxWidth' (type 'Double')
The lines are printed when some action is performed. However, this is a very heavy operation, in which tens of WPF classes are involved.
Is there a quick way to find the exact source of the binding error? Some tool which might help?