Получение большого количества связывающей «информации» в окне вывода WPF

Когда я запускаю свое приложение, я получаю много информации, подобной этой:

System.Windows.Data Information: 10 : Cannot retrieve value using the binding and 
no valid fallback value exists; using default instead. 
BindingExpression:Path=Period; DataItem=null; target element is 'TextBlock' (Name=''); 
target property is 'Text' (type 'String')

System.Windows.Data Information: 10 : Cannot retrieve value using the binding and 
no valid fallback value exists; using default instead. 
BindingExpression:Path=DocumentId; DataItem=null; target element is 'TextBlock' (Name=''); 
target property is 'Text' (type 'String')

Должен ли я заботиться об этом выводе?

Ответы на вопрос(2)

Ваш ответ на вопрос