标签: c# .net-3.5
当我在Windows 8.1计算机上运行程序时,我可以使用
webClient.DownloadFileAsync(URL, location);
但是当我在安装了.NET3.5的Windows XP机器上运行相同程序时,我收到此错误:
system.net.webexception。远程服务器返回错误(404)。找不到“。
此错误发生在Completed的{{1}}事件中((e.Error!= null)),但不在WebClient的catch块中。
Completed
WebClient