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#

Kiem Ruach
Kiem Ruach
2,267 Points

Map.cs(13,33): error CS1001: Unexpected symbol `)', expecting identifier I keep getting this error even when i fix it

I'm studying C# objects and the game I'm running tells me that there's an unexpected ')' when there isn't any I can find.

Steven Parker
Steven Parker
231,072 Points

We might be able to help if you show your code. The best and easiest way would be to make a snapshot of your workspace and post the link to it here. You could also paste code into the question, but be sure to use Markdown formatting.

1 Answer

Steven Parker
Steven Parker
231,072 Points

Remember that you must save your changes (with the "save" menu item or the Ctrl-S shortcut) before you rebuild the code. If that's not the issue, post your code (or snapshot link) here so we can take a look.