Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
249 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 ...
2
votes
2answers
1k views

Threading issue with running WatiN tests under VSTestHost

I've gotten a simple WatiN web test running on my dev environment and am trying to get it working on the TFS build server. WatiN is firing an exception: System.Threading.ThreadStateException: The ...
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 ...
0
votes
1answer
326 views

Problem loading C++ DLL from within visual studio test environment

So I've been trying set up tests on my solution using the visual studio test environment. The setup looks like this: Third party native library --> Managed C++ wrapper DLL --> C# project being ...
0
votes
3answers
160 views

VsPerfMon.exe and VsTestHost.exe Processes Hang when Run by MSTest from CruiseControl.NET

I'm using CruiseControl.NET with MSTest to build my vs2008 project and run my unit tests. If I run the tests from Visual Studio 2008, they work perfectly. However, when the tests are started by ...
0
votes
1answer
75 views

vsTestHost.exe uses only one processor

I have a simple load test that is using one TestMethod on a quad core 64 bit windows 2008 box. When i run the load test, i only see one processor being used to 100%, other processors are just idle, ...