Load tests cannot be completed because Visual Studio opens them using the xml editor

Usually, when I open the .loadtest file in Visual Studio, the file opens with a graphical interface that allows me, among other things, to perform load tests. I am using Visual Studio 2010 on another machine, and the loadtest file is opened using the xml editor. How to force Visual Studio to open a file using the load test GUI?

I can’t find any load load GUI parameter when I right-click on a file and select β€œopen with”.

+7
source share
2 answers

You can return it to the user interface from xml.

Right-click on the .loadtest file in a virtual studio project

Click OpenWith Option

Select Test Load Editor (default)

Click OK

He will return back. loadtest xml view to user interface view.

+4
source

The following blog post looks useful:

http://www.devcurry.com/2010/05/restore-file-associations-in-visual.html#.UmBoDbOBCgY

Short version. You can restore Visual Studio file associations by opening Visual Studio 2010 and selecting "Tools-> Options-> Environment-> General" and clicking the "Restore Files" button.

You may need to run Visual Studio as an administrator for these options to take effect correctly. (Right-click the Visual Studio icon, select Run as Administrator).

As noted above, if you have a lower Visual Studio 2010 SKU than Ultimate, it may not bind this file type.

0
source

All Articles