Detect if activesync is installed is on PC

D

Darren Coleman

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.
 
P

Peter Foot [MVP]

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
 

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