Mono mkbundle tool unable to create binary with complaint that output file is unavailable
问题 As per suggestions from this thread on running C# apps sans .NET I've compiled my app using mono. I built the original app using the latest Visual C# .NET Express Edition. It runs fine on .NET on Windows. I then opened up Cygwin and navigated to my source where I compiled the project again, under mono using the following command: $ mcs <myProjectHere>.cs This produces MyProject.exe, which can be run from within Cygwin with success, and can be run from the Window command line successfully.