I\'m starting to use Xamarin Studio, and migrating from VS to it, but when I try to run a console application (the unique one loaded at the moment), fails and throws an exce
You need to set the project option to have it run your console app in an external console:
Project Options / Run / Configurations / Default / Run on external console
Project Options
Run
Configurations
Default
Run on external console
Project Options / Run / General / Run on external console