Browse Forum Posts by Tags
-
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...
-
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...