dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

Unhandled Exception: System.IO.IOException: The handle is invalid for console operation #40

Open aboodh95 opened 5 years ago

aboodh95 commented 5 years ago

Hi,

In case you are running a console that have Console.Clear(); or Console.SetCursorPosition, the app will stop with an error Unhandled Exception: System.IO.IOException: The handle is invalid

dwmkerr commented 5 years ago

Excellent! Adding a link to #39 for reference now.