You are not signed in
Sign in
|
Join
Help
Summit Software
Home
Products
Blogs
Forums
Downloads
About Us
Contact Us
in
Current Tags
(Entire Site)
Search
Browse by Tags
All Tags
»
VSTA
.NET Framework (1)
64bit (1)
add0ns (1)
addin (3)
add-in (6)
Autodesk Revit (1)
Change Register (1)
CLS (1)
CLS Compliant (1)
ComClient easy (1)
ComConnector (1)
Compliant (1)
customization (1)
debugging (1)
devenv (1)
dll (2)
event (1)
event handling (1)
eventarg (1)
examples (1)
Excel (1)
extensibility (1)
features (1)
form (1)
GAC (1)
generics (3)
HostItemName (2)
indentation (1)
InfoPath 2007 (2)
Installation (1)
integration (7)
KeyNotFound (1)
LINQ (1)
LINQ to XML (1)
macro (1)
Office (3)
organization (1)
pipeline (1)
Post Build Event (2)
pricing (1)
Primary Cookie (1)
PrimaryCookie (1)
project build path (1)
Project Template (3)
project template descriptor file (3)
Project Templates (4)
ProjectGen (8)
Proxy (1)
ProxyGen (2)
Register (2)
remoting (1)
sample (3)
samples (1)
scenarios (1)
setup (1)
ShapeApp (1)
Somasegar (1)
System.EventHandler<T> (1)
templates (4)
TestCon (1)
unregister (1)
VB.NET (1)
VBA (1)
Video (2)
Visual Basic (1)
visual studio (2)
Visual Studio 2005 (1)
VS SDK (1)
VSTA 1 (2)
VSTA 2 (1)
VSTA 2.0 (1)
VSTA integration (2)
VSTA RTM (1)
VSTA v 1 (1)
VSTA v 2 (2)
Windows Vista (1)
x64 (1)
XML (1)
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
1
2
3
4
5
Next >