Questions tagged [vsta]

Visual Studio Tools for Applications (VSTA) is a set of tools that independent software vendors (ISVs) can use to build customization abilities into their applications for both automation and extensibility. VSTA was announced by Microsoft with the release of Visual Studio 2005.

Visual Studio Tools for Applications (VSTA) is a set of tools that independent software vendors (ISVs) can use to build customization abilities into their applications for both automation and extensibility. Those customization abilities can be used by end-users to tailor the ISV's application within a managed extensibility environment just like VBA.

Visual Studio Tools for Applications was announced by Microsoft with the release of Visual Studio 2005

Visual Studio Tools for Applications (VSTA) is based on the .NET Framework and is built on the same architecture as Visual Studio Tools for Office (VSTO). Visual Studio 2005 Tools for Applications is based on the .NET 2.0 framework and Visual Studio 2005, while Visual Studio Tools for Applications v 2.0 is based on the .NET 3.5 SP1 framework and Visual Studio 2008. Some of the technology developed for Visual Studio for Application (VSA) was incorporated within Visual Studio Tools for Applications.

53 questions
0
votes
1 answer

Fill Value of textbox on the basis of other textbox Infopath

i am new to infopath. i want to set the value of textbox b based on the value of other textbox a from SharePoint list. In Infopath vsta, textbox a onchanged event i am setting the value of textbox b which work ok as far as i check through preview on…
uaslam
  • 53
  • 1
  • 5
0
votes
1 answer

Use VisualStudio 2010 for editing InfoPath C# code

The default editor for InfoPath 2007 C# code is VSTA. It has very low functionality and I want to use my VS 2010. Is this possible? If yes, how? I tried to create a project out of an existing one, but i couldnt import the correct assemblies.
elCapitano
  • 1,821
  • 3
  • 22
  • 42
0
votes
1 answer

Visual Studio Tools for Applications - Compiler information

I am currently using VSTA 2005 for InfoPath form code behind. I am using InfoPath forms 2007. The compiler for VSTA 2005 is C# 2.0. My question is, has anyone had any experience with resolving the archaic compiler issue?
Eric
  • 699
  • 5
  • 15
0
votes
1 answer

WCF compatibility with visual studio 2005

I create a service layer with WCF in server. when i call service methods in VS 2012 every think work well but when i am going to use these services in info path with using visual studio tools for application (vsta), when i call these service in…
samira
  • 1,305
  • 10
  • 37
  • 58
0
votes
1 answer

Print a different view as the current one in Infopath GUI, using C# in the VSTA environment

I'm developing a GUI for Infopath. I'm using Microsoft Visual Studio Tools for Applications with C# as developing language. I have two views in my project, one is the result of the other. I'm getting problem with print button (as PDF): I'm trying…
cyberbrain
  • 639
  • 2
  • 6
  • 12
0
votes
1 answer

Missing reference to System.Windows.Forms on VSTA project startup

I have an InfoPath form with a code-behind C# solution. Every time I open the form (design mode) and open the Visual Studio Tools for Applications (VSTA), the reference to System.Windows.Forms is missing from the project. When I add it manually…
Abbas
  • 14,186
  • 6
  • 41
  • 72
0
votes
1 answer

Infopath - print form to network printer

this seems like such a simple question, but is there a way to print a completed infopath form to a network printer using VSTA/VB? I confirmed that Me.Print() in the click event of a button was working fine to print to the default printer on the…
Greg G
  • 1
0
votes
1 answer

Infopath 2007 Repeating Table Nulls

I am getting this error: Data Could not be read. Data is Null. This method or property cannot be called on Null values. I know the Database has NULL values in some fields. I just want to handle them and continue filling in the next row. Here's…
Sean
  • 163
  • 1
  • 2
  • 11
1 2 3
4