Guest User

Untitled

a guest
Oct 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /home/cli2/test
  2. /bin/Debug/netcoreapp2.1/subdir/
  3. a.out
  4. /obj
  5. Program.cs
  6. test.csproj
  7.  
  8. process.StartInfo.FileName = "a.out"
  9. process.StartInfo.UseShellExecute = false;
  10. process.StartInfo.WorkingDirectory = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "/subdir/";
  11.  
  12. Unhandled Exception: System.ComponentModel.Win32Exception: No such file or directory
  13.  
  14. /home/cli2/project
  15. /bin/Debug/netcoreapp2.1/subdir/
  16. /obj
  17. Program.cs
  18. test.csproj
  19. a.out
Add Comment
Please, Sign In to add comment