I'm setting up VS 2010 Team Foundation Server for a personal project. It is overkill for a single developer but It is a learning experience for me. I'm having a problem with the build configuration. I set up a controller and agent with the default settings. However, when I run a build I get the following error:

The project file 'C:\Builds...{Solution}.sln' was not found.

I find that the folder is created, but it is empty. Looking for a push in the right direction here. Thanks.

link|improve this question

78% accept rate
Can you get latest files from a different machine and check if they are compilable? – afsharm Nov 10 '10 at 6:32
I only have one machine. – pro3carp3 Nov 10 '10 at 14:03
feedback

1 Answer

Open the Build Definition and make sure that the Workspace tab is filled in correctly. something like $/FolderWithMySolutionFile -> $(SourceDir) and that it's set to Active, not Cloaked

See also: http://msdn.microsoft.com/en-us/library/hh190721.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.