Obtendo muitas “Informações” de ligação na janela de saída do WPF

Quando inicio meu aplicativo, recebo muitas informações como esta:

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')

Devo cuidar dessa saída?

questionAnswers(2)

yourAnswerToTheQuestion