Hi,
I spent a great many hours trying to work out why my project builds with the default (blank) configuration on TFS2010 but tells me there's no output path if I set it to anything.
In the end, I realised that in the .csproj file the configuration is written as AnyCPU
while for TFS the proposed drop-down value is Any CPU
(notice the space).
I removed the space in the TFS configuration and it worked.
The project was converted from a VS2008 version. Did MS change the name of the configuration for the VS2010 version? Can someone tell me what's happening?
Cheers.