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

后端 未结 6 1689
生来不讨喜
生来不讨喜 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 05:07

    Sometimes this error can occur when another class or process is accessing the file you've just downloaded

提交回复
热议问题