Microsoft Visual Studio 2005 Tools for Applications

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.
 
P

Paul Clement

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)
 
J

jeff

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
 
P

Paul Clement

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top