Tagged Questions
The vsta tag has no wiki summary.
5
votes
1answer
118 views
Whatever happened to VSTA?
I used to be really interested in using VSTA (Visual Studio Tools for Applications) for an application I've been working on, but stopped following it for a while. Now, no matter how hard I look, I ...
4
votes
1answer
195 views
How to stop SSIS from “Phoning Home”
Working on maintaining a substantial set of SQL Server Integration Services 2008 R2 packages, I've run into an oddball problem.
These packages make frequent use of Script Tasks, each containing C# ...
4
votes
7answers
2k views
Use VBA in Office 2007 Applications?
Is VBA going to go away any time soon, like VB6 has? Should I not develop new Office applications with VBA? Or should I be developing all new Office Apps with VSTO?
Update: Recently read this ...
1
vote
1answer
121 views
If I move a form with VSTA code-behind into Visual Studio, will end users require the VSTO runtime?
I have an existing InfoPath 2007 form that has some code-behind developed with VSTA. It has been deployed to SharePoint as an administrator-approved form but is not browser based - the InfoPath client ...
1
vote
1answer
249 views
InfoPath code behind won't build in x64
I've just moved to an x64 Server 2008 R2 based development machine for my SharePoint goings on. I've discovered that when calling the SharePoint object model SPSite constructer that I get back a ...
1
vote
2answers
295 views
Is Visual Studio Tools for Applications part of Office 2007?
The VSTO bit I understand. Visual Studio has the project templates to get you started with creating nice .NET based add-ins.
But where is VSTA? I installed the SDK but it seems to be gears towards ...
1
vote
2answers
619 views
Which IDE should I use for developing custom code for InfoPath Forms, VSTA or VSTO?
I am new to developing for Office Forms Server / MOSS 2007. I have to choose between designing my web-based forms and writing code for them in Visual Studio Tools for Applications (aka VSTA) or ...
0
votes
0answers
7 views
How do I get VSTA documentation?
Following this question.
Whatever happened to VSTA?
How is it possible to get VSTA documentation? The only way for now seems to browse summsoft forums, but there is no any topics on ...
0
votes
1answer
35 views
VS2010 could not load VSTA project system package
When I try to open one particular project I get messages that VSTA project system package could not be loaded . I've enabled logging of VS2010 and discovered that this package can't be loaded because ...
0
votes
1answer
245 views
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 ...
0
votes
1answer
1k views
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, ...
0
votes
1answer
585 views
InfoPath add-in help - Saving a copy of the active form template, showing custom button in design mode, calling method in form solution
I'm trying to build an InfoPath add-in to allow template editors (as opposed to end users) to preview the form with sample data populated.
First, a little background on our environment. We have a ...