I am getting a strange error on a remote windows clients (WinForm application using C# 2.0)
Error Message: Access to the path 'c:\ApplicationFolder' is denied.
Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
Let me say I know I should not put the application folder directly off the c:\ folder. This an old application that I have no control over.