Microsoft Visual Studio 2005 Tools for Applications

  • Thread starter Thread starter jeff
  • Start date Start date
J

jeff

We current a VS 2005 Professional license ... what does this Microsoft
Visual Studio 2005 Tools for Applications offer that VS 2005 does not?

Any help would be greatly appreciated.

Thanks
JEff.
 
On Wed, 4 Oct 2006 05:18:57 -0700, "jeff" <jhersey at allnorth dottt com> wrote:

¤ We current a VS 2005 Professional license ... what does this Microsoft
¤ Visual Studio 2005 Tools for Applications offer that VS 2005 does not?
¤
¤ Any help would be greatly appreciated.

VSTA is an SDK that enables vendors to add .NET programmability to their applications. It is
essentially a subset of Visual Studio 2005 which supports the use of the Visual Basic and C#
programming languages. VSTO (Visual Studio Tools for Office) is built upon the VSTA technology.

It's similar to the model that Microsoft used in the past for the VBA (Visual Basic for
Applications) SDK.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
so, can I easily build / deploy Outlook 2003 add-ins using VS2005
Professional ... or do I have to buy a license version of VSTO ?

Thanks
Jeff
 
On Wed, 4 Oct 2006 06:57:36 -0700, "jeff" <jhersey at allnorth dottt com> wrote:

¤
¤ so, can I easily build / deploy Outlook 2003 add-ins using VS2005
¤ Professional ... or do I have to buy a license version of VSTO ?
¤

The add-in technology for Outlook 2003 implements COM. You can still build an add-in using Visual
Studio 2005 for Outlook, but it would work via COM interop. You don't need a license for VSTA or
VSTO.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnout2k2/html/odc_oladdinvbnet.asp


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top