J
jruzicka
I have a statement in my c# page that read:
using System.DirectoryServices;
This is causing a runtime failure. Can someone tell me how I can make
the assembly accessable from my asp.net app without using Visual
Studio .net? Is it just a matter of moving the dll into my bin
folder? Where do I get this dll?
Thanks
using System.DirectoryServices;
This is causing a runtime failure. Can someone tell me how I can make
the assembly accessable from my asp.net app without using Visual
Studio .net? Is it just a matter of moving the dll into my bin
folder? Where do I get this dll?
Thanks