0

I've installed and activated the ANTS Performance Profiler 7, but I can't see the Addin in Visual Studio 2010 on the menu bar.

If I open the Addin-Manager in VS10 (Tools->Addin-Manager), I can see the addin, but not in the menu bar. I've reinstalled it, but no effect.

Does somebody have an advice?

Stampy
  • 456
  • 7
  • 27

2 Answers2

0

Right-click on the menu bar, select Customize and choose the menu bar "ANTS". There should be five commands: Profile Memory, Profile Performance, Launch ANTS Performance Profiler, Launch ANTS Memory Profiler, and About ANTS Profiler.

If you don't see those, maybe the add-in is not set to load at start in the add-in manager.

Wonko
  • 331
  • 1
  • 5
  • I can't see the Profiler in the customize menu bar and I've set the add-in to load at start in the add-in manager. – Stampy Jun 24 '14 at 10:44
0

If there was a prior problem with an add-in, VS renames it to a file with a _addin extension. Can you find C:\Program Files\Red Gate\ANTS Profiler Visual Studio Add-in 1 and make sure you have a file called RedGate.ANTSVsAddin.addin.

Wonko
  • 331
  • 1
  • 5
  • Hi Wonko. I've found the files: RedGate.ANTSVsAddin.addin and RedGate.ANTSVsAddin.dll in that folder – Stampy Jun 25 '14 at 05:41
  • Beyond this I would say it's an environment-specific problem. You can try running devenv "as administrator" or try devenv /reset. The latter will reset all add-ins just so you know. – Wonko Jun 30 '14 at 08:12