vstesthost
VS10 debugger error: Test host process exited unexpectedly
I have been having some problems with the test debugger in VS10. All tests are running without error, but when debugging it aborts when I try to read the object data. Afterwards, this error is display[详细]
2023-03-22 15:08 分类:问答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:[详细]
2023-02-22 14:02 分类:问答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 Crui[详细]
2023-02-19 07:35 分类:问答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 se[详细]
2022-12-15 17:04 分类:问答