You could check the registry at:-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services
This should also contain a key named with the version number e.g. "3.8",
"3.7"
Peter
--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com |
http://www.peterfoot.net |
http://www.opennetcf.org
"Darren Coleman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there a way to detect if activesync is installed on the pc? I have
> an Application and I want it to check to see if activesync is
> installed.
>
> i've used OpenNETCF.Desktop.Communication.dll to check for active sync
> it works however when garbage collection happens i get a null refrence
> exception that i can't trap as it's happening within
> OpenNETCF.Desktop.Communication.dll.
>
>
> Any ideas on finding if activesync is installed? thx.