I'm developing in C# with VS2005 and I have to write a xml file from a
desktop application to a xscale device with WindowsCe. I'm connected
via usb cable and ActiveSynch is working fine.
The problem is: how I access to device directory ActiveSynch provides
me? Is there a way to directly write files?

Thank you,
Matteo

Re: Writing files to a Windows CE device using ActiveSynch by Neil

Neil
Fri Feb 16 05:22:46 CST 2007

Check out the Desktop Communication library from our portfolio. It's a .NET
wrapper around the Remote API (RAPI) and you can use that to read/write
files to devices connected via ActiveSync.

URL: http://opennetcf.org/communication.ocf

--
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.

http://www.opennetcf.com/


"Beorne" <matteo.dt@gmail.com> wrote in message
news:1171624481.463018.85010@m58g2000cwm.googlegroups.com...
> I'm developing in C# with VS2005 and I have to write a xml file from a
> desktop application to a xscale device with WindowsCe. I'm connected
> via usb cable and ActiveSynch is working fine.
> The problem is: how I access to device directory ActiveSynch provides
> me? Is there a way to directly write files?
>
> Thank you,
> Matteo
>


Re: Writing files to a Windows CE device using ActiveSynch by Beorne

Beorne
Mon Feb 19 08:02:31 CST 2007

It works very well, thank you!

On Feb 16, 12:22 pm, "Neil Cowburn"
<neilc@[nospamthanks].opennetcf.com> wrote:
> Check out the Desktop Communication library from our portfolio. It's a .NET
> wrapper around the Remote API (RAPI) and you can use that to read/write
> files to devices connected via ActiveSync.
>
> URL:http://opennetcf.org/communication.ocf
>
> --
> Neil Cowburn
> Principal Partner
> OpenNETCF Consulting, LLC.
>
> http://www.opennetcf.com/
>
> "Beorne" <matteo...@gmail.com> wrote in message
>
>

news:1171624481.463018.85010@m58g2000cwm.googlegroups.com...
>
> > I'm developing in C# with VS2005 and I have to write a xml file from a
> > desktop application to a xscale device with WindowsCe. I'm connected
> > via usb cable and ActiveSynch is working fine.
> > The problem is: how I access to device directory ActiveSynch provides
> > me? Is there a way to directly write files?
>
> > Thank you,
> > Matteo