.NET Framework Bookmark and Share   
 index > .NET Base Class Library > network path not found
 

network path not found

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
James12314909
use the GetComputerDomain method instead
Amolpbhavsar
I get the same error.
James12314909

You can use google to search for other answers

Custom Search

More Threads

• Question about generics....
• DateTime.Add/AddDays not working?
• Write a WMI Provider
• .Net 3.0 instead of 2.0
• Find what applications are running on the user's system..
• Microsoft .Net Framewok 2.0 Windows-Based Client Development
• Deployment Issue
• WndProc ..Constants as only Messages??
• How to open a text file, edit it and then save the changes??
• Abort() Thread when Thread is finished processing?