Very cool project! I wonder why you had to configure to build for 64-bit only?
RE: Windows and Linux can work together. How to execute a Linux command from Visual Basic?
You are viewing a single comment's thread from:
Windows and Linux can work together. How to execute a Linux command from Visual Basic?
That's because Bash runs as 64bit and is only available the 64bit version of Windows 10.
When you try to run the project as 32bit or using the Any CPU option, you'll get: System.ComponentModel.Win32Exception: 'The system cannot find the file specified'
This doesn't happens when you compile it as 64bit.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit