On Oct 9, 3:10*am, anders <anders.u.pers...@gmail.com> wrote:
> I have write a program that Copy/Move files on a unc path's
> The program works fine, i it is stored on a local disk eg. C:\
> If i store the program on a networkdrive it stopps working,
> eg. don't show anyting.
> The UNC path to files i like to COPY or MOVE don't changes
> just the location of my C# program.
>
> I have added full rights i VisualStudio to the program but
> it don't seem to work
>
> Any hint ?
>
> best regards
> Anders
Anders,
Check out this article (and its second part) that describes the
problem Frank mentions and has a couple solution options:
http://www.codeproject.com/KB/dotnet...trong_nam.aspx
-Jay