I'm using remote desktop into a Windows Server 2008 machine. On that machine I use a shared drive on the local network for some development. I can use those files just fine in Visual Studio, but occasionally when I try to make a copy of the folder (copy & paste), it fails with this error:
Error 0x80070057: The parameter is incorrect.
This is currently happening on one of the files in the .svn folder in this particular folder. This has happened before, and that time it magically went away.
I can't seem to find much about this on google that applies to my problem. I simply want to make a copy of this folder. Any ideas?
Source 0x80070057 Error when copying files
The above article provides several troubleshooting steps.
In addition:
In my case, I got this error when the path was too long in the destination. I shortened the name of some of the parent folders, and this error went away, and I could copy the file to its intended destination.
This was confirmed as the cause (and solution) by 3 people who had the same error.
User contributions licensed under CC BY-SA 3.0