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 ...
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 ...
0
votes
1answer
342 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
1answer
78 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, ...