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 displayed in the summary: Test host process exited unexpectedly.
I'm not able to see anymore details about the error. How do I access/generate test-log files?
OR even better... Has anyone experienced a simular problem? and found a solution...?
Additional information:
The runtime-test-data is available on objects from same libary assemblie, it's just one class I can't get access to in runtime mode.
If I use breakpoints at:
- every line that affects the object: - I can see the runtime-data and the test passes
- only one place: - the test will abort and no data is visible
- no breakpoints: - the test runs and passes.
The test used to work fine until reasonly. Just before the problem accoured I made some solution changes, with dividing the projects into solution folders. I didn't make any changes that should effect the code. Moving the projects back to their original placed don't solve the problem, So i'm thinking this might be a visual studio bug?
This is what I've tried so far:
Rebuildning and cleaning the solution. closing visual studio + reboot system installed VS10 Service Pack 1 reinstalled Visual Studio 10 tested on VS10 Ultimate and Premium Removing and regenerating solutions files Removing all break points TraceAndTestImpact/Local.testsettings: Test Timeout > timeout and abort set to 30 minuts. TraceAndTestImpact/Local.testsettings: Unit Test >assemblie folders defined TraceAndTestImpact/Local.testsettings: Deployment > Enable deplyment - directories and files
ANY suggestions are welcome!
Thanks for your time :)