Urgent Help Required

aditya12c

Active member
Joined
Aug 21, 2005
Messages
26
Programming Experience
Beginner
i have a code made in VB.net 2005 (not made by me downloaded from some site) i am using vb.net 2003
source file is uploaded which was downloaded from net (2005)... if u see the code the first line is

Imports System.DirectoryServices

when i am making same program in 2003 that time i am getting error at that line and even at
Dim childEntry As DirectoryEntry
Dim ParentEntry AsNew DirectoryEntry

i would like to know y this is happening does directoryservices namespace is not supported in 2003 or whats the matter

basic thing i want to do for my project is to list all the computer name who are on same network...
is der any other code for it any help from u will be good for me...
 

Attachments

  • MyLanApp.zip
    18.1 KB · Views: 42
Check your references for System.DirectoryServices, if it is not there then add reference to System.DirectoryServices.dll in the .Net tab.
 
Back
Top