Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
tools
vsnet.act
vsnet.debugging
vsnet.documentation
vsnet.enterprise.tools
vsnet.general
vsnet.ide
vsnet.jlca
vsnet.servicepacks
vsnet.setup
vsnet.vsip
vsnet.vss
vsnet.vstools.office
vstudio.development
vstudio.extensibility
vstudio.general
vstudio.helpauthoring
vstudio.setup
vstudio.sourcesafe
  
 
date: Wed, 21 Nov 2007 10:55:02 -0800,    group: microsoft.public.vstudio.extensibility        back       


Add-in vs VSIP package   
Hi all,

I'm new to writing add-ins and plug-ins in general.  

Currently I'm trying to develop a small app that can be docked inside 
VS2005, written in C# .NET2.0. 

First of all, what is the difference between the regular Visual Studio 
Add-in vs the VSIP package?  

Can I achieve the same thing with both?  It looks like the VS add-in is 
simpler.. 

Thanks in advance.
date: Wed, 21 Nov 2007 10:55:02 -0800   author:   noob

Re: Add-in vs VSIP package   
[Please do not mail me a copy of your followup]

=?Utf-8?B?bm9vYg==?=  spake the secret code
 thusly:

>Can I achieve the same thing with both?  It looks like the VS add-in is 
>simpler.. 

Most things can be done with an add-in (and yes, its simpler).

You can't add new languages with an add-in however.  For that, you
must go the VSIP route.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>
date: Wed, 21 Nov 2007 13:10:19 -0800   author:   legalize+ (Richard)

RE: Add-in vs VSIP package   
If you app is something that works along side the existing project types, 
then an add-in is the way to go.  Like Richard said in his reply, plug-ins 
are for deeper integration with Visual Studio.  Creating your own project 
types, languages, debuggers, etc.

Add-ins work with Visual Studio's COM automation capability and plug-ins 
work with the VS.net SDK, which is considerably more complicated.  Most of 
the products you will see are actually add-ins.

"noob" wrote:

> Hi all,
> 
> I'm new to writing add-ins and plug-ins in general.  
> 
> Currently I'm trying to develop a small app that can be docked inside 
> VS2005, written in C# .NET2.0. 
> 
> First of all, what is the difference between the regular Visual Studio 
> Add-in vs the VSIP package?  
> 
> Can I achieve the same thing with both?  It looks like the VS add-in is 
> simpler.. 
> 
> Thanks in advance.
date: Wed, 5 Dec 2007 15:33:00 -0800   author:   Darren Stokes

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us