All I need to do is be able to take a name/password and authenticate with the domain that they are valid. I don't need to access any network resources or anything else.
My last attempt was by adding a reference to system.directoryservices.dll and instantiating a DirectoryEntry object with the credentials, however I get the error "could not load type 'DirectoryEntry' from assembly" on the handheld. I tried copying the .dll to the bin folder and marking "Copy Local" as true, just in case, but it made no difference.
The device is connected to the corporate network via wireless.
Does anyone else have a method of doing this? I can find no examples of this being done from my google searches.
My last attempt was by adding a reference to system.directoryservices.dll and instantiating a DirectoryEntry object with the credentials, however I get the error "could not load type 'DirectoryEntry' from assembly" on the handheld. I tried copying the .dll to the bin folder and marking "Copy Local" as true, just in case, but it made no difference.
The device is connected to the corporate network via wireless.
Does anyone else have a method of doing this? I can find no examples of this being done from my google searches.