visual studio - Macros no longer working in VS2005 -


I am using VS 2005 on Vista. I am using some macros, but now they have stopped working suddenly, no error messages of any kind, I am not aware of anything that can trigger it.

  • I've ensured that "Allow running macros" is checked in Tools-> Option-> Addin / Macro Security.
  • I have tried to run a macro from a keyboard shortcut with macro explorer and macros IDE; all of these are meaningless: a little spinning icon is displayed shortly (& lt; 1 second) and without having a macro Disappears, disappears.
  • I have placed a breakpoint on the first line of the macro and then tried to execute it with the main IDE, no effect (breakpoint is not a hit).
  • I have tried it with Macro IDE: the state changes to "running", but breakpoint is not being hit, I have to manually break the execution.

Any thoughts?

Back up your settings before doing this, but you can navigate to that folder You can run from a command window and try this command:

  devenv / resetskippkgs  

There is a link to MSDN:


Comments