Process.Start("notepad.exe")
Process.Start("C:\JUNK.txt")
I just checked - these still work OK on 4.8.
The second one exceptions in 5.0 because it not an executable file.
I've searched and can not find a statement saying Net5 changed this behavior.
Did it?
Should the second line work as far as you know?
Process.Start("C:\JUNK.txt")
I just checked - these still work OK on 4.8.
The second one exceptions in 5.0 because it not an executable file.
I've searched and can not find a statement saying Net5 changed this behavior.
Did it?
Should the second line work as far as you know?