Hi,
I was finally able to solve my problem, although the "solution" that I used, if you could call it one, was to include all the .NET framework DLLs to the batch file that I use to compile my component... :( As you might guess, it was A LOT, and I think that I just needed to reference a DLL or two aside from the System.DirectoryServices.dll comp to make it work, so I am still in the process of removing DLLs from the batch file in orer to see which DLLs I just need. I guess VS.NET automatically adds all the proper DLLs for you even if you just added System.DiretoryServices.dll as reference...
Anyway, thanks for the help!
Marlon
|