write file in network shared folder with UnauthorizedAccessException?
Posted
by sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2010-05-16T12:12:13Z
Indexed on
2010/05/16
12:20 UTC
Read the original article
Hit count: 185
hi the win mobile 6 code tries to write files on network shared folder, but always gets UnauthorizedAccessException. I have checked permission and security setting on the folder and the code can read the file but just cant write to it. The code runs under administrator account which has full control over the folder and files. It is in vs 2008 professional with device emulator.Any help please? thanks very much.
© Stack Overflow or respective owner