Vikram
Vikram

Reputation: 6877

VS 2010 Ultimate web performance test always pending

I've recorded a "web performance test" but when i try to run it, it constantly shows status "pending" and when i try to stop, it just shows message "Test run stopping" and nothing happens. the only way i can stop it is by closing the Visual Studio and reopen it.

the test that i am trying to run is a very simple test of click of a button and capture the response.

i have VS 2010 Ultimate running on Win7 Enterprise.

Upvotes: 1

Views: 2812

Answers (2)

BlackTuareg
BlackTuareg

Reputation: 180

Same worked for me.

In my case the installation of VS2012 was the reason for the problem:

  • VS2010 was working correctly for months.
  • I installed VS2012 Shell
  • Above error showed up.
  • Solved by installing VS2010 ServicePack 1.

Thanks.

Upvotes: 1

Dejas
Dejas

Reputation: 3621

Very similar issue for me. Fixed it by applying Visual Studio SP1.

Upvotes: 2

Related Questions