G
Guest
Hello.
I have a VB.Net program that copies a file from one server to another server.
This program has been working without any problems for about a year.
A couple of weeks ago the "server from" crashed and had to be rebuilt.
Now, when the File.Copy method in the VB.Net program is executed an error
occurs about 90% of the time, always with a larger file.
Here's the line of code:
File.Copy(sFileName, sDistributionPathFile)
Is there some timeout property somewhere that needs to be set to resolve
this issue? When first setting up this program I don't recall having to do
this.
TIA.
Rita
I have a VB.Net program that copies a file from one server to another server.
This program has been working without any problems for about a year.
A couple of weeks ago the "server from" crashed and had to be rebuilt.
Now, when the File.Copy method in the VB.Net program is executed an error
occurs about 90% of the time, always with a larger file.
Here's the line of code:
File.Copy(sFileName, sDistributionPathFile)
Is there some timeout property somewhere that needs to be set to resolve
this issue? When first setting up this program I don't recall having to do
this.
TIA.
Rita