|
Windows XP appliction runs fine for all users. For windows 7, if the user does not have write access to the directory on the network, then the application fails. If the user does have write access, then the program works. dim domain as system.directoryservices.activeDirectory.domain domain = system.directoryServices.activeDirectory.domain.getcurrentDomain The application fails on the line below saying the network path was not found. domain = system.directoryServices.activeDirectory.domain.getcurrentDomain Does anyone know what the problem is and how to make it so the application can get this information without the user having write access? Thank you
|