I\'m banging my head on my desk with this binding error.. I have checked several of the postings for the BindingExpression path error and cannot see anything t
This error may also occur when you were previously trying to bind inaccessible or non-existing Enumerable instance using XAML property
When you correct the ItemsSource with the correct value XAML doesn't automatically reilitialize the collection of items.
So when I was using the ListBox UI - list representation I faced this in the properties:
Deleting all the items in collection and correcting ItemSource value was the key.