This sounds like you might have created the project as a Windows application which is GUI instead of a Console application which is character based. Double-click on the project properties and look at Application tab. If Output Type is set to Windows Application change it to Console Application and try again. Thanks.
↧