Hello,
I tried posting this in a different VB.net newsgroup, but never got a
response. Please let me know if there is a better group to post this
in. Thanks.
For some reason I cannot look at the processes running on one machine
on the network. I always get the following error:
System.InvalidO perationExcepti on: Couldn't get process information from
remote machine. ---> System.Componen tModel.Win32Exc eption: The network
path was not found
at System.Diagnost ics.Performance Monitor.Init()
at System.Diagnost ics.Performance Monitor..ctor(S tring machineName)
at
System.Diagnost ics.Performance CounterLib.GetP erformanceData( String
item)
at System.Diagnost ics.Performance CounterLib.get_ CategoryTable()
at
System.Diagnost ics.Performance CounterLib.GetP erformanceData( String[]
categories, Int32[] categoryIndexes )
at
System.Diagnost ics.NtProcessMa nager.GetProces sInfos(Performa nceCounterLib
library)
--- End of inner exception stack trace ---
at
System.Diagnost ics.NtProcessMa nager.GetProces sInfos(Performa nceCounterLib
library)
at System.Diagnost ics.NtProcessMa nager.GetProces sInfos(String
machineName, Boolean isRemoteMachine )
at System.Diagnost ics.ProcessMana ger.GetProcessI nfos(String
machineName)
at System.Diagnost ics.Process.Get Processes(Strin g machineName)
I don't understand how it can be telling me that the "The network path
was not found", because I can ping the machine, Map to it, Remote to it
etc.
Does anyone have any ideas as to what could be causing this machine to
be invisible to this function?
Thanks
I tried posting this in a different VB.net newsgroup, but never got a
response. Please let me know if there is a better group to post this
in. Thanks.
For some reason I cannot look at the processes running on one machine
on the network. I always get the following error:
System.InvalidO perationExcepti on: Couldn't get process information from
remote machine. ---> System.Componen tModel.Win32Exc eption: The network
path was not found
at System.Diagnost ics.Performance Monitor.Init()
at System.Diagnost ics.Performance Monitor..ctor(S tring machineName)
at
System.Diagnost ics.Performance CounterLib.GetP erformanceData( String
item)
at System.Diagnost ics.Performance CounterLib.get_ CategoryTable()
at
System.Diagnost ics.Performance CounterLib.GetP erformanceData( String[]
categories, Int32[] categoryIndexes )
at
System.Diagnost ics.NtProcessMa nager.GetProces sInfos(Performa nceCounterLib
library)
--- End of inner exception stack trace ---
at
System.Diagnost ics.NtProcessMa nager.GetProces sInfos(Performa nceCounterLib
library)
at System.Diagnost ics.NtProcessMa nager.GetProces sInfos(String
machineName, Boolean isRemoteMachine )
at System.Diagnost ics.ProcessMana ger.GetProcessI nfos(String
machineName)
at System.Diagnost ics.Process.Get Processes(Strin g machineName)
I don't understand how it can be telling me that the "The network path
was not found", because I can ping the machine, Map to it, Remote to it
etc.
Does anyone have any ideas as to what could be causing this machine to
be invisible to this function?
Thanks
Comment