System.Console.Clear();

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi everyone,


I'm having a bit of trouble with the System.Console.Clear() Method in
my manual C# console applications. They work, but when you open the
project the next day, they don't. It says something about the instance
of the console not existing or something. It's strange, because when
you first make the program, it works fine. For now I'll just hibernate
the computer so it still does work, but really, I'm not sure how to fix
it.


James
 
Hi James,

I don't think we can help you with this problem without seeing some code.
Can you replicate the problem in a small but complete code sample?
 
Back
Top