how to read/write files to WindowsCE device from PC

  • Thread starter Alberto Florentin
  • 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
 
A

Alberto Florentin

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top