So I'm working on a unit testing application for the first time in several weeks and I can no longer execute any unit tests within Visual Studio Team System 2008 Development Edition. The following error message shows up when I try to run any test:
When I click Debug I get the following additional information:
The application can no longer run any unit tests. Presently the system is running Windows Vista SP1 with Visual Studio 2008.
Apparently a stack overflow in your application can cause this problem, but I’ve not been able to trap this exception in my code. The application does compile on another developers system out of our source control repository. The only online reference I’ve found for this is a post from Tim Hibbard which recommends to “just stop the VSPerfMon.exe process and you can continue testing without rebooting your computer.” This solution worked for me, but I wish the error message was more explicit. Where exactly did this error occur – my code or Microsoft’s?
No comments:
Post a Comment