Access Active Directory from Pocket PC App

  • Thread starter Thread starter MS Newsgroups
  • Start date Start date
M

MS Newsgroups

Hi,

I would like to create a list of employees and telephone numbers in a Pocket
PC application, normally i would use the system.directoryservices name
space, but i can't find that this is available in the Compact Framework. Is
there any other way of doing this ? I was thinking of enumerating the
directory into a dataset that could be used when offline.

Any ideas on how to access the directory would be appreciated.

Niclas
 
you need to post this in the news://microsoft.public.pocketpc.developer ng.

to answer your question, the quick and easy way to accomplish this is to
create a web service accessible to the information. the web service can use
the system.directoryservices namespace, create your dataset and soap/xml it
to the calling hand-held (actually any device/pc). otherwise you get into
some interesting - and problematic - scenarios.

hth,

steve
 

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

Similar Threads

Pocket PC apps 2
Voltage supply issue related to NUC PC Core i7 0
System.DirectoryServices name space 2
Access DB on a pocket PC 2
FTP File on a Pocket PC 2
Pocket PC 5
Pocket PC Database Apps 1
Windows Server What can Active Directory Do? 6

Back
Top