When attempting to compile my C# project, I get the following error:
\'C:\\Documents and Settings\\Dan\\Desktop\\Rowdy Pixel\\Apps\\CleanerMenu\\CleanerMenu\\obj
I had a similar issue with an "obj/debug/*.tmp" file erroring out in my build log. Turns out my C:\ drive was out of space. After clearing some space, my builds started working.