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# Objects Loops and Final Touches Playing the Game

Program.cs is a binary file

when i compile and run my game it tells me Program.cs is a binary file and not a text file. heres my workspace: ://w.trhou.se/ivh4llej3j

1 Answer

Steven Parker
Steven Parker
229,708 Points

That file appears to be a copy of the executable output.

It wasn't in your first snapshot, so I suspect it was created my mistake. You probably just want to delete it. And while you're at it, you might also want to delete "Treehousedefense.exe" (with a lowe-case "d") which also doesn't seem to be part of the project.