Home

Process file not found?

I have a program that I am trying to execute and it has a line
Process.Start(w);
And I get an error 'Win32Exception The system cannot find the file specified"
I have System.Diagnostics in the namespace import (which I believe is the namespace for Process). What am I doing wrong?

Comments

Sign In or Register to comment.