Browse by Tags

All Tags » GAC » add-in
  • Post Build Events in VSTA

    Post build events are very important in VSTA (versions 1 and 2).  They are used to install files in the GAC, organize DLL's for add-in discovery, and in VSTA v 2, to rebuild the pipeline.  Here are the files used in post build events by the ShapeApp samples, the commands which run them, and some information about them. File:  ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on February 19, 2008
  • Re: CAB (Composite UI Application Block)

    Ric,    By default ProjectGen creates add-ins which use a reference to the proxy.dll in the GAC.  As long as you are reinstalling the latest copy of the proxy in the GAC and don't change your add-ins to use a local copy, your add-ins will see the changes.  If you change something in the proxy like a scope, parameter type, or ...
    Posted to VSTA Tech Discussions (Forum) by Melody on January 17, 2008