VS 2010 Ultimate Network Performance Test Always Expects

I recorded a “performance test on the Internet,” but when I try to run it, it constantly shows “pending” status, and when I try to stop, it just displays the message “Start test run” and nothing happens. the only way to stop it is to close Visual Studio and open it again.

The test I'm trying to run is a very simple check on a button click and capturing a response.

I have VS 2010 Ultimate running on Win7 Enterprise.

+1
source share
2 answers

A very similar problem for me. This is fixed using Visual Studio SP1.

+2
source

The same goes for me.

In my case, installing VS2012 was causing the problem:

  • VS2010 worked correctly for several months.
  • I installed the VS2012 shell
  • An error message appeared above.
  • Solved by installing VS2010 ServicePack 1.

Thanks.

+1
source

Source: https://habr.com/ru/post/1447157/


All Articles