Element not found on BackgroundExecutionManager.RequestAccessAsync()
This was me this morning…pulling my hair out, trying to work out why I was getting the following error: "Element not found. (Exception from HRESULT: 0x8002802B (TYPE_E_ELEMENTNOTFOUND))" when I called await BackgroundExecutionManager.RequestAccessAsync(). I still don’t know exactly WHY it happens … Continued