My UWP contains one Canvas view for drawing. I am using win2d for drawing in this view. If I leave this view as activated view then sleep/wake up device, my app will be terminated with exception:
System.Exception: Objects used together must be created from the same factory instance.
I don't catch or do anything with Suspend and Resume event. If I leave other view as actived, this problem will not happen. Have any one know about this problem ?