Windows Store app is not creating downloader.CreateDwonloading() last 2 days it is not working earlier it was working fine, but suddenly last 2 days I am facing this issue does any one know what is wrong with..
or any solution for that.??
My code is
//Create instance of BackgroundDownloader and create download for download file
BackgroundDownloader downloader = new BackgroundDownloader();
DownloadOperation download = downloader.CreateDownload(source, destinationFile);
I am not sure why it happen..?
Thank you, -Jitendra.
Jitendra Jadav