Tagged Questions
4
votes
4answers
2k views
VSTestHost.exe has stopped working - can't run unit tests
The Microsoft unit testing framework has suddenly gone on strike.
When I try to run tests in VS2008, I get a dialog with the message "VSTestHost.exe has stopped working".
I have Visual Studio Team ...
3
votes
2answers
248 views
ERROR: Test host process exited unexpectedly. - VS10 debugger problem
I have been having some problems with the test debugger in VS10. All tests are running without error, but when debugging it aborts itself when I try to read the object data. Afterwards this error is ...
1
vote
1answer
516 views
Why does VSTestHost.exe load assembly from c:\windows\assembly\temp directory?
I am developing an assembly which has to be installed in the GAC, and as part of a post-build step I ensure that the GAC gets updated after each build. If I create a (Visual Studio) unit test (in a ...