Follow @RoyOsherove on Twitter

Before testing an addin - Reset Visual Studio’s previous addin knowledge

note to self: if you are testing an installation of an addin on a “dirty” machine where this addin has already been removed and installed many times, be sure to clean visual studio from the previous addin with this command line:

devenv.exe /ResetAddin MyAddinNamespace.Connect

VS Addins Revisited: Declarative button order and location with a DSL

Declarative Visual Studio addin buttons with icons