Thanks for the help Remco. I'm looking at one of the other failing test projects. I figure I should resolve those first and maybe the ones with the question marks will go away.
It's complaining about loading one of our assemblies:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\TeamTest\Microsoft.TeamTest.targets (14): Could not load file or assembly 'MyCompany.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Is there any way to figure out why MyCompany.Data can't load and get the inner exception from the load exception to find that out? The reason is that DLL references 4 of our other DLL's which reference more etc.
Thanks!