When i use other questions' answers i get a WebException and it crashes, here is the following code i tried:
WebClient Client = new WebClient ();
Client.DownloadFile("http://i.stackoverflow.com/Content/Img/stackoverflow-logo-250.png", @"C:\folder\stackoverflowlogo.png");
And I get a WebException when I click the button of the download, so anyone got a fix for this problem? I'm trying to download a file from a url without getting a WebException.