If I try to use:
System.Diagnostics.Process.Start("http://google.com");
the following error occurs:
System.ComponentModel.Win32Exception: "The system cannot find the file specified"
I use win10
and visual studio
.
Actually I can't find a solution or something like that. Maybe it's because i'm behind a proxy ? Or could there be any other problem ? And if yes, could you help me to fix it ?
Can you try below work around:
System.Diagnostics.Process.Start("cmd","/c start http://www.google.com");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With