Hi, I have my cruise control set up to work with a .NET project in VS 2010. The build script also invokes mstest.exe so that unit tests can be run.
Everything has been going on fine until yesterday when the build started failing with the error 'mstest.exe exited with code 1'. Here is the exact error message The command ""C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\mstest.exe" "/runconfig:C:\Server\Solution Items \Build.testrunconfig" "/testcontainer:C:\Server\Solution Items \UnitTests\bin\Release\UnitTests.dll" / resultsfile:UnitTestResults_Build.xml" exited with code 1. If I run the same command from the command prompt (not the Visual Studio command prompt), everything works fine. Does anyone have any idea why this would start happening? Thanks,
