Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# C# Basics (Retired) Console I/O Say Hello!

Why do I keep getting this communication problem message?

I added just the word Hello and eventually tried creating it like a full class.

CodeChallenge.cs
class CodeChallenge
{
    static void Main()
    {
        System.Console.Write("Hello");

    }
}

3 Answers

Antonio De Rose
Antonio De Rose
20,884 Points

nothing 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

I started with that and got the same message.

Antonio De Rose
Antonio De Rose
20,884 Points

could you please refresh the challenge, and try one more time.

Here'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
Antonio De Rose
20,884 Points

One 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.

Still 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.