Menu item in Debug menu?
I've looked in all the ctc files of the inc folder but I cannot find the correct group id for the debug/window menu.
Thanks for your help,
Charles
I've looked in all the ctc files of the inc folder but I cannot find the correct group id for the debug/window menu.
Thanks for your help,
Charles
Hi "cverdon",
You are correct that these are not defined in the current SDK, and this is, unfortunately, a bug. These files will be included in the November 2006 CTP of Visual Studio SDK V4 which will ship in about 1 month.
In the meantime, if this is blocking you, please contact me via http://blogs.msdn.com/aaronmar and I'll see if it would be possible to privately ship you these files out of band. (It may not be though....I'll need to get approval from the right folks inside Microsoft).
Thanks,
Aaron Marten
Hi Cverdon,
The guid:id pair for that particular context menu is:
C9DD4A58-47FB-11d2-83E7-00C04F9902C1:1026
If you are a participant in the Visual Studio 2005 Service Pack 1 beta, and you add the following registry key value:
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\General]
"EnableVSIPLogging"=dword:00000001
Then, when you hold down the ctrl+shift key and invoke a dropdown or context menu, a messagebox will display with the pertinent guid and menu ID info.
Now that SP1 (the beta) is public, we'll get this info up on Dr. Ex's blog in the few days.
Sincerely,