Hello, I am using vista, everytime I start up my RunUO I get this ugly error (I put in an upload script and doesn't seem to allow access to upload):
Code:
Exception:
System.UnauthorizedAccessException: Access to the path 'C:\Users\Mike\Desktop\RunUO test\web' is denied.
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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at FtpLib.FTP.upload(String fileName, Boolean resume)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[edit]I fixxed it, I forgot to specificy a specific file.. doh![/edit]