I use the same DirectoryEntry/DirectorySearcher code in all of my programs (minor changes obviously for whatever it is I am searching for) and it works on every machine except for my development machine. Maybe its the Visual Studio, IDK, I installed a new .NET Framework because I thought maybe something was screwed up.
Whenever I try to bind to AD and search for an object it gives me a "The network path was not found" error on the DirectorySearcher.FindAll() line.
Again all this code works on any other machine except this one machine which so happens to be my machine where I create and compile the code., Not that any of this matters but i thought i would mention it.
Anyone ever experience this?
Thanks