New to Telerik Test Studio? Download free 30-day trial

Reset Skipped Packages

PROBLEM

In most scenarios, after installing the Test Studio VS plugin, you should not have an issue with the installed software. If Test Studio states it installed successfully, then the full suite of software should be available so long as you are licensed to use it. It is possible, through changing settings and other means, to disable an extension in Visual Studio that is used by Test Studio. When this occurs, you will most likely receive a "Package Load Failure".

SOLUTION

If you are directed by Telerik Support, or if you are troubleshooting on your own an issue with packages not loading properly, the below steps go through the basic process of Resetting Skipped Packages:

1.  Open a Command Prompt Console Window:

a. Click Start > Run.

b. In the prompt, type cmd and press Enter.

cmd

2.  Navigate to your Visual Studio IDE folder (the default location for the installation of Visual Studio).

IDE

  • VS 2010: Default Directory is C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\

  • VS 2012: Default Directory is C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\

  • VS 2013: Default Directory is C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\

Your directory may differ from the above. If it does, please use navigate to the directory that contains your devenv.exe file.

3.  Type in devenv /ResetSkipPkgs at the command prompt.

Reset

4.  Press the Enter key.

5.  Allow Visual Studio some time to process the command. After it completes you should have access to your Telerik Tools once again.

In this article