locked
WinRT DownloadOperation is not Creating download RRS feed

  • Question

  • 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

    Friday, January 2, 2015 7:27 AM

All replies

  • If the code worked previously, and is not working now, then it's probably not an issue with the code itself. Does the app work on a different machine?

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Friday, January 2, 2015 1:21 PM
    Moderator