Code coverage / testing errors in Team Build
I've been trying to get code coverage working from Team Build builds. I read about removing the path from the "binaryFile" tag in the testrunconfig, so I did that -- no dice. Next, I edited the team build file to add "/runconfig:$(SolutionRoot)\localtestrun.testrunconfig" to the TestingArgs element. After that, I got a complaint from the build log, that vsinstr.exe couldn't be found in the PrivateAssemblies folder. I copied from my machine to the server, but obviously that didn't work (so I removed it). The build now fails, with these errors in the testing section:
Run has the following issue(s):
Instrumentation tool VsInstr.exe cannot be found in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies. Instrumentation cannot continue.
Code coverage in-place instrumentation: The binary e:\Dash911\builds\main\Dash911\Main Build\Binaries\Release\Dash911.Vui.dll was changed during the test run and won't be restored. It may be restored manually from this directory: e:\Dash911\builds\main\Dash911\Main Build\Binaries\Release\EQT_470f966e-d500-4d47-92b5-790fe6dafbe2.
Code coverage in-place instrumentation: One or more binaries in 'e:\Dash911\builds\main\Dash911\Main Build\Binaries\Release' were not restored.
They can be restored manually by running the file 'eqtrestore_470f966e-d500-4d47-92b5-790fe6dafbe2.bat' in this directory.
I didn't find any such .bat files.
Any ideas?
Thanks,
Michael

