PDA

View Full Version : System.TerminateProcess(j) issue.


xu1t
11-06-2009, 02:28 PM
Hi Guys,

I encoutner a problem where i search a particular process by its name. If i found it i terminate it by using "System.TerminateProcess(j);" sometimes it works fine withou error, but sometimes i have a error logged like "Error, the disk is full and the system restore has been put into standby". Does anybody know what could cause this issue?

Thanks

jassing
11-06-2009, 03:25 PM
I would guess that "j" is sometimes not the proper PID.