Getting an error while trying to download an update in uwp

0

I'm getting a The operation attempted to access data outside the valid range (Exception from HRESULT: 0x8000000B) error on this line. What causes this?

IReadOnlyList<StorePackageUpdate> storePackageUpdates = await context.GetAppAndOptionalStorePackageUpdatesAsync();
uwp
asked on Stack Overflow Aug 26, 2020 by Saurav Kumar

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0