Obtener muchas "Información" vinculante en la ventana de salida de WPF

Cuando inicio mi aplicación obtengo mucha información 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')

¿Debería preocuparme por esa salida?

Respuestas a la pregunta(2)

Su respuesta a la pregunta