Subject: UnauthorizedAccessException
Date: 2014-02-18 01:02:59
From: Steven Kim
Source: unauthorizedaccessexception
----------------------------------------------------------------------

[Code lang='C#']

try

{

string localPath = @"C:\Users\steven\Documents";

client.UploadDirectory(pfPathDocument, "/steven/");

}

catch(UnauthorizedAccessException ue)

{

MessageBox.show(ue);

}

[/code]

It catched UnauthorizedAccessException error.  (This error message is "Access Denied")

How do I resolve it?

In Documents, shortcut is "My Music" and "My Pictures".

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index