The File Exists Error
This is a common error that can come up in the Shadowlink logs: System.IO.IOException: The file exists.
This error is in regards to the Windows temp directory being full. If you have more than 65535 files in your temp folder, the method GetTempFileName
will throw this error. The fix to this is to clear out your windows temp directory.