Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Windows application (not deployed, I am debugging it in my machine) written in vb, that is supposed to download a file from a server. But the application is returning a "False" when doing the File.Exists("path on the FileServer").

I can access the path on FileServer from my windows explorer and see the file.
I have given full control to everyone at a parent directory level on file server, but still does not work.
I have removed "read only" check at a parent level directory on file server, does'nt help.
I have written a console application in vb and c# to check if the path on FileServer is accessible. It works here. File.Exists returns a True here.
Looks like the path on fileserver is not getting detected from the windows application alone. Please help!!!

Thanks in advance.
Posted
Comments
F-ES Sitecore 1-Sep-15 6:04am    
It looks like your windows app is running under a user that doesn't have access to the network share.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900