'An exception occurred during a WebClient request" while using C# ASP.NET

后端 未结 6 1697
生来不讨喜
生来不讨喜 2021-02-05 04:20

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         


        
6条回答
  •  无人共我
    2021-02-05 04:43

    If Directory does not exist,this error message comes as 'An exception occurred during a WebClient request" Because Web Client Does not find the Folder to store downloaded files.

    Hope it Helps-:)

提交回复
热议问题