Re: Directorysearcher problems with charactersets
From: Rhett Gong [MSFT] (v-raygon_at_online.microsoft.com)
Date: 04/20/04
- Next message: Ying-Shen Yu[MSFT]: "RE: Typed Data Sets in UserControls"
- Previous message: Claes Bergefall: "Re: How do I retrieve the Control Type Name?"
- In reply to: Peter Aragon: "Re: Directorysearcher problems with charactersets"
- Next in thread: Peter Aragon: "Re: Directorysearcher problems with charactersets"
- Reply: Peter Aragon: "Re: Directorysearcher problems with charactersets"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Apr 2004 11:26:19 GMT
Hi Peter,
I use following code with user Ren¨¦.
DirectoryEntry objDE = new DirectoryEntry(strPath, "", "", AuthenticationTypes.Anonymous);
PropertyValueCollection values = objDE.Properties["cn"];
>From my test on windows2000server (en), it returns the correct value "Ren¨¦". So, could you tell me what specific setting in your project or test environment you
are using to get the string broken?
I am looking for your reply. Thanks.
Have a nice day!
Rhett Gong [MSFT]
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
- Next message: Ying-Shen Yu[MSFT]: "RE: Typed Data Sets in UserControls"
- Previous message: Claes Bergefall: "Re: How do I retrieve the Control Type Name?"
- In reply to: Peter Aragon: "Re: Directorysearcher problems with charactersets"
- Next in thread: Peter Aragon: "Re: Directorysearcher problems with charactersets"
- Reply: Peter Aragon: "Re: Directorysearcher problems with charactersets"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|