how to read/write files to WindowsCE device from PC

  • Thread starter Thread starter Alberto Florentin
  • Start date Start date
A

Alberto Florentin

Hi all,

I need to read and write files on a Windows CE 5.0 device from PC programs
(without active sync) so that various procedures are automated.

I program in C# with Visual Studio 2005.

I was able to connect to sqlce database on the device from the PC using
Microsoft.SqlServerCe.Client assembly and namespace (found about it
somewhere in the internet) which Microsoft says is not supported. It has
most of the functionality of System.Data.SqlServerCe, but not
SqlCeResultSet.

Anyway, I am now looking for direct ways to access files on the device
(connected with ActiveSync)

Thanks for any help

Alberto
 
OK, got the opennetcf.com program and library. I used the program changing
the file to send to the WindowsCE device. I got an error (unable to copy)
when I sent a 14MB file, and it stopped at 8MB. I am sure I have enough
space, because I can copy the file using ActiveSync.
Any ideas anyone?

Alberto
 
Back
Top