Tuesday, April 04, 2006
VS 2005, Add-in trouble shoot
Usually, the add-in configuration file is read from
C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\Addins
The configuration is a text file, so you can open it and edit it. Make sure the DLL it points to is valid.
I use this method and fix the problem when WSDF add-in does not show up in the VS 2005.
I