I am using the BackgroundWorker to update an ObservableCollection but it gives this error:
BackgroundWorker
ObservableCollection
\"This type of CollectionVi
CollectionVi
Try This:
this.Dispatcher.Invoke(DispatcherPriority.Background, new Action( () => { //Code }));