I have a windows network share where I used to be able to create and copy files without problems. Recently, I started getting errors when I try to write on the share. I am able to create and copy files up to 444 bytes, but as soon as I try to create or copy a file larger than that, I get errors.
In Windows Explorer, the error is
There is a problem accessing \\192.168.1.106\parceiros\SportStats\Service\1\Organization
Make sure you are connected to the network and try again.
In notepad, I get no error, but saving the file takes longer than normal and then if I open the file again, it is truncated.
If I try to create the file programmatically in C#, I get the following error:
System.IO.IOException: The specified network name is no longer available.
My computer is running Windows 2008 R2 x64. I searched the logs and google and cound not find any relevant information. How can I troubleshoot this problem?