Browse by Tags

All Tags » KeyNotFound
  • 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: Using types from System.Windows.Forms as arguments

    Bjorn,                 System.Windows.Forms.Form is not serializable- therefore cannot be used in the proxy layer.  System.Drawing.Graphics; however, should be okay, as you saw in the ShapeAppAdvancedCSharp sample.  More basic types like System.String will also ...
    Posted to VSTA Tech Discussions (Forum) by Melody on June 19, 2007