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();
User contributions licensed under CC BY-SA 3.0