AddIn (Add-In or Add In) is a synonym of plugin - a code that is triggered by a host program allowing third party developers to manipulate the hosting program.

learn more… | top users | synonyms (3)

58
votes
7answers
17k views

Disable, but not uninstall Resharper 4.x onwards

Any ideas on how to disable, but not uninstall Resharper 4.x or above?
54
votes
5answers
11k views

Choosing between MEF and MAF (System.AddIn)

The Managed Extensibility Framework (MEF) and Managed AddIn Framework (MAF, aka System.AddIn) seem to accomplish very similar tasks. According to this Stack Overflow question, Is MEF a replacement for ...
29
votes
10answers
5k views

Visual Studio 08 Spell Check Addin?

If possible one that supports at least spell checking: C# string literals HTML content Comments
14
votes
3answers
5k views

Attaching to a child process automatically in Visual Studio during Debugging

When writing plugins for media center your plugin is hosted in ehexthost.exe this exe gets launched from ehshell.exe and you have no way of launching it directly, instead you pass a special param to ...
14
votes
4answers
3k views
13
votes
9answers
9k views

Do you know any file comparison add-in for visual studio

Is there any built-in, add-in solution for visual studio to compare two files and display result with differences? I could't find one...
12
votes
1answer
238 views

Is there a method for getting the Excel VBA IDE working with TFS 2010?

I have team members that need to be able to checkin VBA modules/classes created in Excel 2007/2010. I want to be able to use some TFS functionality, ideally from within the VBA IDE. I don't want to ...
11
votes
17answers
962 views

What Visual Studio add-ins do you use?

I have the following installed: Imports Sorter (for VS 2005) GhostDoc Regex Find and Replace (.Net regex compatible find and replace, because VS has its own regex syntax) rockscroll Smart Paster ...
10
votes
3answers
2k views

Smart Paster Add-In for Visual Studio 2010

Does anyone know of any free add-in similar to Smart Paster, but for Visual Studio 2010? Unfortunately, Smart Paster only works for VS2005 and VS2008. For the ones that don't know what I'm talking ...
10
votes
2answers
4k views

How do you use WiX to deploy VSTO 3.0 addins?

I want to deploy a VSTO 3 Application Level Word 2007 addin that I've written with Visual Studio 2008. I see that WiX has an extension named WixOfficeExtension that looks like it might have this ...
9
votes
2answers
656 views

Is it possible to refresh WCF service reference from VS2010 addin?

I want to "simulate" the Right click/Update service reference command in a VS2010 addin. I have a reference to the containing (Silverlight...) project, I know the name of the service reference and the ...
9
votes
4answers
9k views

What can cause Outlook to change a COM-addin's LoadBehavior to 2 - other than unhandled exceptions?

For some weeks now we have been fighting with an issue where at a small number of customers our Outlook addin gets unloaded and disabled for yet undetermined reasons. By "disabled" I mean that Outlook ...
8
votes
2answers
451 views

search for a value in an object at runtime [QuickWatch enhancement]

sometimes I waste my time searching for a value in an object at runtime. Certainly you-all know this task --> open the QuickWatch view and browse through the properties until you find what you're ...
8
votes
2answers
5k views

Visual Studio add-on gallery?

i'm hoping to find some add-ons for Visual Studio to address some specific usability issues. Is there a Visual Studio addons gallery that contains a huge dumping ground of addons that every person, ...
7
votes
2answers
183 views

Excel add-in with seamless Undo: possible?

I am considering implementing an Excel add-in using COM (not VBA) that will manipulate data in the worksheet. I am going to need this add-in to seamlessly integrate with the Undo stack. More ...
7
votes
2answers
420 views

How can I create a custom image adorner add-in for numerical arrays in Visual Studio 2010?

I work with a lot of floating-point images, and would find it extremely useful to have an image-based representation of my arrays. I'd like to create a WPF UserControl that renders the data array (as ...
7
votes
2answers
250 views

Where should a Visual Studio Add-in store its settings?

Currently I'm storing the settings for my custom addins in the registry but this seems like a kludge. I was wondering if there was an official place to store add-in settings. My preference would be to ...
7
votes
1answer
2k views

Creating a 'Custom Designer' Visual Studio 2010 Add-in

A major part of our work is creating and manipulating certain XML files, for which have a custom editor. The editor is starting to get creaky and we are looking at building a replacement. Since VS2010 ...
7
votes
3answers
2k views

Why does Visual Studio 2008 forget where to dock my add-in's window pane?

I wrote a simple add-in for Visual Studio 2008 that opens a dockable window pane. You can download the source and a binary installer by clicking here. The nature of the add-in means that it is ...
7
votes
5answers
838 views

How do you check if a variable is used in a project programmatically?

In VB.NET (or C#) how can I determine programmatically if a public variable in class helper.vb is used anywhere within a project? Thanks in advance.
6
votes
2answers
266 views

Pen and marker using PowerPoint 2010 interop

I'm new to PowerPoint interop and I'm trying to draw red pen and yellow text marker (not shapes!!!) lines while in presentation mode. UPDATE: I can draw a line like this: settings = ...
6
votes
4answers
623 views

VisualStudio 2010 - PowerShell Add-In?

Is there any PowerShell Add-Inn for VisualStudio 2010? I only found the VS Command Shell Add-In for VS 2005 and 2008 (Add-In from 2007)
6
votes
3answers
346 views

Moving data across the appdomain with good performance?

A little background I'm working on an .net application that's uses plugins heavily, the application can request data from the plugins that is then sent back and displayed by the application. First I ...
6
votes
3answers
686 views

“preprocess current file” addin for Visual Studio? (C++ )

I realize that Visual Studio has the "/P" option to generate preprocessed files, but it's extremely inconvenient. I'm looking for an addin that allows you to right-click on a file and select "view ...
6
votes
1answer
556 views

Vertical lines for things like “if statements” in Visual Studio 2008?

Is there an add-on or setting that can add vertical lines that link things like "if statements" in Visual Studio 2008? Thanks
6
votes
3answers
1k views

MEF vs Mono.AddIn

I'm developing a .NET 3.5 C# desktop application. It should be extensible via plug-ins. Are there any articles etc. discussing the differences between MEF and Mono.AddIn to help me make an informed ...
6
votes
5answers
4k views

Can I add a custom “Send” button to Outlook?

I'm creating a secure message alternative to email for my organization. We exchange confidential patient information with outside treatment providers. To protect privacy, we cannot use email for ...
6
votes
4answers
977 views

Free plugin for reordering (C#) members in Visual Studio 2008?

After reading Just say No! to C# Regions I'd like to find a Visual Studio 2008 add-in that will reorder my class members (constructors, properties, fields, methods, etc) in a consistent manner. I ...
6
votes
3answers
2k views

Building a highly modular business application with WPF?

I'm fleshing out a WPF business application in my head and one thing that sparked my interest was how I should handle making it incredibly modular. For example, my main application would simply ...
5
votes
1answer
179 views

VS 2008 Addin -> How to add a submenu at a specific position in a context menu?

I'm working on an addin for Visual Studio 2008 and want to add a permanent submenu to contain my context-sensitive commands to several context menus (such as "Project", "Item", ...). I have had no ...
5
votes
2answers
267 views

How to place a control over the task bar in windows using c#

i googled a lot and found out some info about the band object from which we can make the ad-in for the task bar, can i get some more tutorials from scratch & some sample programmes. is there any ...
5
votes
1answer
185 views

Good MapPoint Add-ins resources

I am trying to develop an add-ins for MapPoint (with forms, and other feature) and I am trying to get some informations on how to do this. So far I don't have much info. Does anyone know a good site ...
5
votes
1answer
385 views

XML Comment Viewer Add-in for Visual Studion 2010?

Wondering if anyone knows if the feature to allow add-in's for Visual Studio 2010 xml comment viewer was cut in the final release?? What I am talking about specifically is this: I took this image ...
5
votes
4answers
535 views

plug-in architecture based c/c++ application

I need to know how to start writing an application based on plug-in architecture. I mean how to write a base code and let others develop the application by adding the plug-ins they write. I know that ...
5
votes
4answers
2k views

Use Excel VBA to fill out and submit Google Docs form

I'm trying to do something like this post but with Excel VBA. I would like to submit a response on a google docs form each time a button is pressed on an Excel add-in. The addin will be an XLA file ...
5
votes
6answers
6k views

Creating add-in for Excel using C#

I want to use C# class methods in Excel. Can anybody guid me how to do it ? The C# component will be excel add-in. How to create setup for this addin, so that I just need to give setup to user which ...
5
votes
1answer
2k views

Help with excel automation addin

I am a newbie with addin programming and need help with the following scenario. I have an C# excel automation addin that calls a few UDFs. I want to do a user name and password check during when the ...
5
votes
3answers
971 views

Build add-in for VBA IDE using VB.NET

I have asked this elsewhere, but have never found anyone knows how to build an add-in for VBA IDE using VB.NET. Is it even possible? Could someone point me to an example?
5
votes
5answers
627 views

Are there add-on libraries or tools available for ASP.NET MVC development?

My first experience with ASP.NET MVC and the Entity Framework has raised my interest in this framework and I would like to implement some basic applications, covering the basic requirements of ...
5
votes
3answers
953 views

Any emacs add-in for visual studio?

I know about the included emacs keybindings, it's barely ok. I want to know if there exists a more thorough emacs add-in for visual studio similar to viemu for vi. I found VisEmacs but it seems ...
5
votes
1answer
148 views

MSN Messenger Add-in

I read that Add-ins are no longer supported in MSN Messenger, on the other hand i see articles talking about how to change registery settings to enable Add-in option. I am not sure what is right.? ...
5
votes
3answers
255 views

Is there an add-in for VS2008 to manage favourite solutions/projects?

The "Recent Projects" section on the startup page in VS2008 feels pretty useless to me. I'm used to checking out multiple repositories to work on different features. Our repository structure is ...
5
votes
6answers
3k views

Visual Studio 2008 crashes when trying to load solution file

When I try to load a solution in Visual Studio 2008, it immediately closes. I get the following error in the event log: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error ...
5
votes
6answers
2k views

Resources for building a Visual Studio plug-in?

I'd like to build a pretty simple plug-in for Visual Studio, but I don't really know how this has to be done. Is this doable in (non-managed) C++? I'd like to know what resources you'd recommend ...
4
votes
1answer
37 views

VS2010 Extension for msdn and stackoverflow

Is any one aware of an extension for visual studio that will show msdn help or any related stackoverflow post for a function right in the IDE. So that we don't have to google it? Thanks!
4
votes
2answers
179 views

Delphi Excel COM-Addin

I am writting an MS Excel COM-Addin in Delphi 2006. I'm have Excel 2007 installed on my development machine. I started the project as an ActiveX Library and then added an Automation object from the ...
4
votes
3answers
173 views

Eclipse kind of editor for Visual Studio 2008

I have used Eclipse for years and when I started using VS 2008, it is good enough but misses lot of what Eclipse has or does so easily. To mention a few, if I move my caret/cursor over an ...
4
votes
1answer
229 views

XLL Excel addin in unmanaged C++

I have a few mathematical simulations in unmanaged C++ and now I need to integrate them with Excel (so that it is possible to call the functions from Excel and get the values back). I don't want to ...
4
votes
3answers
297 views

Looking for free way to develop Excel add-ins using IronPython?

I don't know much about VSTO or VSTA, but I think you need the full version of Visual Studio to use either one. I can't convince my boss to buy us this, but I would like to develop Excel addins in ...
4
votes
2answers
248 views

Form cannot receive focus once lost

I have created an Add-In for Visual Studio 2008 that opens up a form, using Form1.Show(this); If (while the form is open) the user opens/closes a Visual Studio dialog box, (such as Assembly ...

1 2 3 4 5 18