So, I have built an auto update program to my program.
The code that is running in here is:
new WebClient().DownloadFile(\"XXXX\", checkingfolder.Select
Beside other answers, beware that the same WebException might also occur if the client process does not have needed permission to create output file.
I would suggest you to take the following strategy:
Hope it helps :-)