
Art Knight
2,815 PointsWhy do I keep getting this communication problem message?
I added just the word Hello and eventually tried creating it like a full class.
class CodeChallenge
{
static void Main()
{
System.Console.Write("Hello");
}
}
3 Answers

Antonio De Rose
20,870 Pointsnothing wrong with the code, it is perfect answer, in the IDE, or text editor of your own, however, when the question is asked in the challenge, you have to target the challenge, strictly to it, and not over do it. here the question had asked you console "Hello" with the question opening up
System.Console.Write();
//you just have to write inside the paranthesis
System.Console.Write("Hello");
//rest of what you have done is an overkill, as per to the context of the question in treehouse

Antonio De Rose
20,870 Pointscould you please refresh the challenge, and try one more time.

Art Knight
2,815 PointsHere's exactly what I have: System.Console.Write("Hello");
I've tried the Restart at the Challenge page; I've done the Reload after getting the message. It won't let me get past this.

Antonio De Rose
20,870 PointsOne more, time, go into the challenge freshly, and when you get to the challenge. System.Console.Write(); I would ask you to type Hello, inside the braces, and check work, should work cannot go wrong, I did the same, it work now.

Art Knight
2,815 PointsStill the message. I have a request in to TreeHouse; maybe they have responded.
They did. Maybe they should notify that this website does not play nice with IE; worked fine with Chrome.
Art Knight
2,815 PointsArt Knight
2,815 PointsI started with that and got the same message.