Notifying all properties of the viewmodel has changed with null or string empty
I'm coming from developing WPF solutions where to update all properties of the viewmodel was as simple as: OnPropertyChanged(String.Empty); In the Universal Windows Platform scenario, I just have the same method to update/refresh the properties. This works fine in most of cases but sometimes it raise an error something like this: COMException Error HRESULT E_FAIL has been returned from a call to a COM component. at System.ComponentModel.PropertyChangedEventHandler.Invoke(Object sender, PropertyChangedEventArgs e) at GeekyTool.Base.BindableBase.OnPropertyChanged(String propertyName) at Pooo.set