When I hit g
(to debug) and I close a view to get to main view,
I get these messages in WinDbg:
System.Windows.Data Error: BindingExpression path error: 'TileTitle' property not found on '' 'System.String' (HashCode=757602046). BindingExpression: Path='TileTitle' DataItem='' (HashCode=757602046); target element is 'System.Windows.Controls.TextBlock' (Name=''); target property is 'Text' (type 'System.String')..
System.Windows.Data Error: BindingExpression path error: 'TileTapCommand' property not found on '' 'System.String' (HashCode=757602046). BindingExpression: Path='TileTapCommand' DataItem='' (HashCode=757602046); target element is 'System.Windows.Controls.Button' (Name=''); target property is 'Command' (type 'System.Windows.Input.ICommand')..
How can I solve these? Are these really a problem? Does it cause a memory leak?