You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Miroiu. Thank you for sharing with the open source community. I tried to create or load a Connection using Task and it threw an exception:System.NotSupportedException: 'This type of CollectionView does not support changes to its SourceCollection from threads other than the dispatcher thread.' But I see that it can be loaded asynchronously in the example.Could you please give me some help or tips?
The text was updated successfully, but these errors were encountered:
Hi, I used BindingOperations.EnableCollectionSynchronization in the playground app (see PlaygroundViewModel), but I believe you can also use Application.Current.Dispatcher.BeginInvoke to initialize the collections.
Hello Miroiu. Thank you for sharing with the open source community. I tried to create or load a Connection using Task and it threw an exception:System.NotSupportedException: 'This type of CollectionView does not support changes to its SourceCollection from threads other than the dispatcher thread.' But I see that it can be loaded asynchronously in the example.Could you please give me some help or tips?
The text was updated successfully, but these errors were encountered: