Visual Studio Team System (VSTS) Blog - by Neno Loje

Neno's Blog about Team Development and Software Quality with Microsofts ALM platform - since 2005

News

Recent Posts

Community

Tags

Email Notifications

VSTS Blogs

VSTS Sites

VSTS Community

My Other Blogs

German VSTS Websites

Archives

PRB: Nothing happens when trying to create new Performance Session in VSTE/SD

You want to create a new performance session, therefor click on the corresponding menu item and NOTHING HAPPENS?

PerformanceTools2

This behavior happens when the Performance Add-In got disabled somehow. To re-enable it try running:

devenv /ResetSkipPkgs

If this doesn’t solve your problem Dave Lubash from the Visual Studio team recommends in his post on the MSDN forums to

repeat it after doing:  devenv /ResetAddin and devenv /ResetSettings.

Good luck!