Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • 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 dictionary This 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...
    Posted to VSTA Tech Discussions (Forum) by Melody on 08-05-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 work. The KeyNotFoundException is usually indicative of a...
    Posted to VSTA Tech Discussions (Forum) by Melody on 06-19-2007
Page 1 of 1 (2 items)
Copyright Summit Software Company, 2008. All rights reserved.