When attempting to compile my C# project, I get the following error:
\'C:\\Documents and Settings\\Dan\\Desktop\\Rowdy Pixel\\Apps\\CleanerMenu\\CleanerMenu\\obj
Is this a file you created and added to the project or did it mysteriously show up?
You can maybe check your .csproj file and see how it is being referenced (it should be a simple xml file and you can search for CSC97.tmp).
Perhaps post the information you find so we can have more details to help solve your problem