Troy,
I haven't seen any announcements as to whether developing ActiveSync service
providers using .Net will be supported in the future. The main advantage of
using Rapi is that you have complete control over the synchronization. I've been
using Rapi successfully for several years now. The downside is that your users
have to have a desktop app that you provide that does this for them. Using
sockets you have even more control but it would probably be more work.
--
Ginny Caughey
Windows Embedded MVP
"Troy Wolbrink" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Is support for developing ActiveSync service providers using .NET
> planned/expected in the near future? Or is ActiveSync eventually going to
> be deprecated?
>
> What are the pros/cons of ActiveSync vs. rolling your own synchronization
> using RAPI/sockets?
>
> Thansk,
> Troy
>
>
>
> "Ginny Caughey [MVP]" <(E-Mail Removed)> wrote in message
> news:%23$(E-Mail Removed)...
> > Manoranjan,
> >
> > It is not possible to write an ActiveSync service provider using .Net -
> you have
> > to use eVC++. But you may be able to achieve your goal by using RAPI. Here
> is
> > some sample code to get you started with RAPI:
> > http://www.opennetcf.org/communication.asp This will allow you to write a
> > desktop app to basically replace ActiveSync synchronization (although you
> still
> > must have an ActiveSync connection), but it will allow you to only sync
> one PDA
> > at a time. For accessing multiple PDAs simultaneously, I'd consider using
> > sockets instead.
> > --
> > Ginny Caughey
> > Windows Embedded MVP
> >
> > "manoranjan" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > >
> > > Hi,
> > >
> > > Could somebody please let me know, how to write an avtivesync service
> > > provider using .net Compact framework?
> > > Is it possible to Sync multiple PDAs simultaneously ( If H/w is not a
> > > constraint) or any tool available for that ?
> > >
> > > With Regards and Thanks
> > > --Manoranjan Prusty
> > >
> > >
> > >
> >
> >
>
>