R
Robert Holmes
I have tried numerous ways to access the local file system from a hand held
using the compact framework.
I have deployed to the emulator, cradled using the tool from within vs, it
shows as connected, syncs and all else. Then I execute code such as:
DirectoryInfo di = new DirectoryInfo(@"\\mypcname\temp");
label.Text = di.GetFiles().Length.ToString();
where temp is a share on the host machine with Full Control given to
Everyone.
When I do that I get a nondescript System.IO.Exception. the additional thing
that I do is that I add the host machine using the Connection Block from the
PnP group's Software Factory tools.
Any thoughts anyone?
using the compact framework.
I have deployed to the emulator, cradled using the tool from within vs, it
shows as connected, syncs and all else. Then I execute code such as:
DirectoryInfo di = new DirectoryInfo(@"\\mypcname\temp");
label.Text = di.GetFiles().Length.ToString();
where temp is a share on the host machine with Full Control given to
Everyone.
When I do that I get a nondescript System.IO.Exception. the additional thing
that I do is that I add the host machine using the Connection Block from the
PnP group's Software Factory tools.
Any thoughts anyone?