Directory services lookup

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Directory services lookup

    I have an asp.net utility that searches AD users. The
    utility works fine on my workstation (W2K) and other team
    members workstations, but once I ported that code to the
    server I am getting the following message:
    System.NotImplementedException: Handling of this ADSVALUE
    type is not yet implemented (type = 0xb).

    Any ideas what can cause that problem?

    Thanks
    Dmitry
    Dmitry Guest

  2. Similar Questions and Discussions

    1. User Directory services stopped working
      Getting this err all the sudden: The User Directory publishing service reported an error. https://server:8900/contribute Error details: End of...
    2. reverse lookup/domain lookup in PHP
      http://www.whatismyipaddress.com/reverse.asp) to find the domain with PHP? I assume a DNS lookup requires an external server somewhere? you can...
    3. Unable to create Users using Directory services in Windows 2003 Se
      I am unable to create new users using directory services in Windows 2003 server. But it is possible to create users with ASP.NET applications in...
    4. [PHP] reverse lookup/domain lookup in PHP
      From: "Tim Baker" <Tim.Baker@paconsulting.com> That's be great if there was a PHP function to do this, something like gethostbyaddr(), wouldn't...
    5. active directory lookup
      I have a requirment where I need to check if a given user has been defined in the active directory list of users.. I've looked at directoryentry,...
  3. #2

    Default Re: Directory services lookup

    I'm having the same problem.
    In my production environment it works fine until sometimes, apparently
    randomly, it crashed and i get that error.
    I have seen many forums with this topic but no one has a solution for
    that. I'm still looking for it.

    Bye

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Juan Manuel Noval Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139