同台机器上安装VS2012 与VS2010,单元测试无法运行的问题

Q:
VS2010 Unit test “Pending” and the test cannot be completed

I'm using VS2010 (with windows 7).

Every time I try to run a unit test it stays on "Pending" and the test cannot be completed.

I tried to follow this msdn instructions.

I tried debugging test method (test view/debug selection), set breakpoints, but VS2010 indicates: the breakpoint will not currently be hit... I'm in debug configuration.

Any advice?

 

A:

If you have VS2010 and VS2012 installed on the same box you need to install SP1 for VS2010 or the unit tests sometimes won't work.

from:http://stackoverflow.com/questions/12686360/vs2010-unit-test-pending-and-the-test-cannot-be-completed

posted @ 2013-05-10 10:48  sunnyboy  阅读(452)  评论(0编辑  收藏  举报