Click here to Skip to main content
15,887,262 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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

C#
//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.
Posted
Comments
DamithSL 2-Jan-15 2:41am    
any errors? do you have try catch block in your code?
Jitendra.Jadav 2-Jan-15 3:02am    
I am not getting any error but it is goes to infinite and not going forward.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900