Browse by Tags

All Tags » VSTA
Showing page 1 of 5 (45 total posts)
  • Re: Reg. AddIn EventData

    Ramaraju, This depends on the version of VSTA you are using. >I am getting one error...The given key was not present in the dictionaryThis indicates that you are trying to pass a type that is not in your TypeInfrastructureManager (VSTA v 1) or your HostTypeMapProvider (VSTA v 2).  The issue here is that you are trying ...
    Posted to VSTA Tech Discussions (Forum) by Melody on August 5, 2008
  • Re: VSTA Non Destructive Debugging

    nitinumap, This depends on which version of VSTA you are using. For both versions of VSTA the SDKs include a sample and walk through. Samples:    VSTA v 1- ShapeAppAdvancedCSharp, ShapeAppAdvancedMFC    VSTA v 2- ShapeAppMacroRecordingCSharp If you would prefer these samples in Visual Basic check out our ...
    Posted to VSTA Tech Discussions (Forum) by Melody on July 12, 2008
  • Re: Projectgen - Deployment of Project templates

    nitinumap, >How to provide ''Register template with host application'' option through template descriptor xml.This is not possible.  Selecting this option in ProjectGen registers the template with both VSTA and Visual Studio.  To register a template from the command line run setup for VSTA, then Visual Studio once the VSTA setup is ...
    Posted to VSTA Tech Discussions (Forum) by Melody on July 12, 2008
  • Re: VSTA Deployment

    nitinumap, >How to provide ''Register template with host application'' option through template descriptor xml.This is not possible.  Selecting this option in ProjectGen registers the template with both VSTA and Visual Studio.  To register a template from the command line run setup for VSTA, then Visual Studio once the VSTA setup is ...
    Posted to VSTA Tech Discussions (Forum) by Melody on July 12, 2008
  • ComClient easy integration crash at shutdown

    HelloI am new to VSTA and have downloaded the 'COMClient easy integration - using generic COMProxy and VAO' sample and am trying it out. Wow it takes a lot of complicated setup just to get VSTA and the sample running. I must admit that my knowledge of managed code is rather limited, that is why I am using the sample, and concentrating on the COM ...
    Posted to VSTA Tech Discussions (Forum) by kab on July 8, 2008
  • Re: VSTA 2.0: ProxyGen does not work

    Thorsten,             ProxyGen will have an unrecoverable error if there are irresolvable assemblies referenced.  For instance, exposing a the exe from ShapeAppAdvancedCSharp (VSTA v 1 sample) to VSTA v 2 ProxyGen without having VSTA v 1 installed or exposing a VSTA v 2 sample ...
    Posted to VSTA Tech Discussions (Forum) by Melody on June 16, 2008
  • Determining the Build Path of a Project

        In seamless non-destructive debugging scenarios (macro recording and running) the host application must keep track of the latest version of the “macro” project assembly.  The IDE offers the user many opportunities to change settings like the active configuration or the output path which can make it difficult for the ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on June 13, 2008
  • ProjectGen Gotcha: Updating the Host Item Name when using a Project Descriptor File as Input

    On the third screen of ProjectGen there is an item to fill in titled “Host item name”.  This item is used in two places in the project descriptor file and three places in projects based off the template: Project template descriptor file: Projects based off the template: Host Item Name ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on June 12, 2008
  • CLS-Compliant Warning in VB Add-ins

    In the ShapeAppSamples for VSTA v 1, Visual Basic add-ins build with a warning that '''AppAddIn' is not CLS-compliant becuase it derives from 'Application', which is not CLS-compliant.''; however, for VSTA v 2, the warning is gone. What does it mean? What does it do? Why is it there? What is the answer to life, the universe, and ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on June 9, 2008
  • Events in VSTA Part III: Hooking and Unhooking to Events in Add-ins

    Events exposed through VSTA can be easily hooked into by add-ins.  Like Visual Studio, VSTA automates hooking into events in both C# and Visual Basic.  Unfortunately unhooking the events is not automated, but should be done explicitly prior to the add-in unloading.   This may be somewhat confusing to the VB oriented end ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on May 8, 2008
1 2 3 4 5 Next >