C# no output of ConsoleWriteLine Visual Studio 2013 (转载)# Programming - 葵花宝典C*82014-11-25 08:111 楼我的IPAD是在日本买的。我不知道怎么输入中文?MACPRO可以随意转换语言输入,不知道IPAD可不可以。 谢谢!
l*92014-11-25 08:112 楼【 以下文字转载自 JobHunting 讨论区 】发信人: light009 (light009), 信区: JobHunting标 题: C# no output of ConsoleWriteLine Visual Studio 2013发信站: BBS 未名空间站 (Tue Nov 25 18:20:10 2014, 美东)I got the problem of no output from Console.WriteLine() in C3 ion VisualStudion 2013 on win 7.The code is a C# console application.I referred to the solutions at:http://stackoverflow.com/questions/4480930/why-doesnt-console-whttp://stackoverflow.com/questions/1240867/console-writeline-nohttp://stackoverflow.com/questions/807998/how-do-i-create-a-c-shttps://social.msdn.microsoft.com/forums/vstudio/en-US/9c1b2a0a-e112-4e42-b409-bbc757ef4b52/consolewriteline-not-workingBut, none of them works for me. When I ran the code, the console window popped up and in the file of start-up project, I can see the output from Console.WriteLine() but in a file of aclass library, it does not work.Any help would be appreciated.