in my application i use
Code:
procs=diagnostics.process.getprocesses()
function to obtain the processes currently running on a local pc.
my function works perfectly on lots of PC.
i have a problem on a PC (where i have installed framework 1.1 like the others and where i connect like administrator like the others) on which the function doesn't return a value and my application stops requiring all CPU resources indefinitly.
now i discovered also getprocessbyname and similar functions does'nt work on this PC.
i can't find a solution.
thanks Antonio