System.Diagnostics.Process doesn't work on W2K M/C
Hi,
I've a weird issue where System.Diagnostics.Process doesn't work on Windows 2000 machine. Visual studio is not installed on the box and 'm using this box to test my application developed on XP box. First time i run application and used the below code to open document, start command is not responding. but if i close the application and re-run it, i could open the document. Did any one come across such problem? or any thoughts why it is behaving like this?
System.Diagnostics.Process.start("Notepad.exe")
TY
Lenny
Lenny
|