file access

zelectric

New member
Joined
Oct 21, 2006
Messages
1
Hello everybody,

I am writing a system which uses a pocket pc and a network.

my configuration:
handheld linked through ActiveSync to my laptop
laptop is connected via lan to my office computer

VB.Net 2005 professional
Windows XP (home edition) both laptop and office computer
Windows Mobil 5.0 on Dell Axim X51V handheld

File IO is using StreamReader/StreamWriter

I can read and write most files through the network and to and from the handheld. After a file is writen to the laptop from the handheld I can only read that file on the laptop or the handheld not on my office computer through the network. I can also copy the file from the laptop to the office computer if I send the file to the office computer using the laptop (then and only then I can read the file on the office computer), I cant copy by accessing the file from the office computer.

Any help would be greatly appreciated.

Thanks
Rick
 
Back
Top