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?

in technology •  7 years ago 

Very cool project! I wonder why you had to configure to build for 64-bit only?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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.