hy9be / micro-profiler

Automatically exported from code.google.com/p/micro-profiler
0 stars 0 forks source link

One may observe no integration in VisualStudio IDE #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From user comments:

mikel...: I don't see "Enable Profiling" in the context menu. I'm running 
VS2008 SP1 (in Spanish, if it makes a difference), and micro-profiler is 
checked in the Addins dialog. I've also checked that devenv.exe has 
micro-profiler.dll loaded. What am I doing wrong?

guitarb...: I can't see "Enable Profiling" either...I am running VS 2005 Prof 
in German. Micro Profiler has been enabled in the VS Addin Manager.... Where 
should I look?

Original issue reported on code.google.com by artem.ge...@gmail.com on 9 Mar 2014 at 1:20

GoogleCodeExporter commented 9 years ago
Integration for VisualStudio 7.1 (2003) to VisualStudio 11 (2012) will be fixed.

Original comment by artem.ge...@gmail.com on 9 Mar 2014 at 1:22

GoogleCodeExporter commented 9 years ago
The integration is being reworked to use IDispatch (late-binding) instead of 
vtbl. Vtbl usage of VS COM API is impossible, since each version has different 
interface GUIDs.

Original comment by artem.ge...@gmail.com on 21 Mar 2014 at 8:38

GoogleCodeExporter commented 9 years ago
The integration shall now work for all VisualStudio versions prior VS 12.0 
(2013).

Original comment by artem.ge...@gmail.com on 23 Mar 2014 at 10:24

GoogleCodeExporter commented 9 years ago
The fix is in version 1.1.567.

Original comment by artem.ge...@gmail.com on 23 Mar 2014 at 10:25

GoogleCodeExporter commented 9 years ago
I have version 1.1.567, installed through .msi, but still don't see "Enable 
Profiling" in the context menu. Visual Studio 2010 (ENU), SP1. I can see 
MicroProfiler in Tools->Add-in Manager, and it is enabled. Tried both x64 and 
x86 versions.

Original comment by harm...@gmail.com on 16 May 2014 at 11:43

GoogleCodeExporter commented 9 years ago
There may be a problem with addin (re-)registration. You may try run this 
(given that MicroProfiler is installed):
1) run this: devenv /resetaddin MicroProfiler.Addin.MicroProfiler
2) close VisualStudio;
3) re-install MicroProfiler. 
The /ResetAddin shall force menu recreation.

Original comment by artem.ge...@gmail.com on 16 May 2014 at 4:23

GoogleCodeExporter commented 9 years ago
Thank you for the quick response. Your solution worked.

Original comment by harm...@gmail.com on 19 May 2014 at 8:45