My windows store application worked fine before, but last time background downloading didn't work. The behaviour is very strange.
Downloading progress works, I can see it on the progress bar.
But at the end there is a COMException
with message:
Error HRESULT E_FAIL has been returned from a call to a COM component.
HResult = 0x80004005.`
There is a downloaded file in the Downloads folder but with zero size. And not only my app has that behaviour. Default email client downloads attachments with zero size in the same way. How to fix this? Any idea?