|
Posted by Saul Silos on May 5, 2008, 12:37 pm
Please log in for more thread options Thank you Giuseppe for the tip! =)
Hi, now my ActiveSync Service Provider is working, I made another basic
example to made an service provider for ActiveSync 4.5 and WM6.0 that works
just fine for WM60 with thes developer certificates.
For those ones that want to make an service provider for ActiveSync I
recomend use the SyncWiz.awx prject template. It just work for Visual Studio
6 (Vc++) but after you made the project you can take the files and make new
project in Vs2005
Also if you want to complite for WM60 for emulator take care of the security
configurations. If you apply "Security Off" to the emulator, you will have
all the permissions. After that you can up the level of the security
configuration on your emulator.
Read About the Security Configuration Manager that comes with Vs2005.
Hope these help to those asking why your service provider dosent work in WM60
thanks tp GG for give me another line of investigation =)
"GG" wrote:
> > Hi everyone,
> >
> > I´ve been trying to compile the StockPor sample for WM6.0, and I´ve done
> > succesfuly. The thing is that when deploying for the emulator only the
> > Professional platform is working.
> >
> > When compiling to the Standard platform is not recognized as installed,
> > and
> > the in the log says "WARNING: Object type 'GReforma' is not installed on
> > the
> > device". is compiled succesfuly, but is like it was invisible for
> > ActiveSync
> >
>
> ActiveSync providers must be signed with a privileged certificate. While
> developing the dll, you can use the "TEST USE ONLY - Sample privileged root
> for Windows Mobile SDK" (Project properties ->Authenticode signing ->
> Certificate).
>
>
> --
> Giuseppe Govi
>
>
>
|