Questions tagged [add-in]

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

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

Typically, whether these programs are called "addins" or "plugins" depends on the programming language and platform. For example, in they are called plugins whereas in they are called addins. Some programs also call them "addons". In any case, these programs add or extend functionality to an existing program.

In most cases the hosting program will expose an extensibility interface to the hosted code, allowing it to execute tasks.

The most used types of Add-Ins are those automating the Microsoft Office programs (Word, Excel, Powerpoint, Outlook), browsers (Internet Explorer), IDEs - Visual Studio. But other non-Microsoft programs provide COM Extensibility as well (Skype, Altova software products, Photoshop, AutoCAD and many others).

In most cases the Add-Ins use COM object interfaces (that allow the Add-In code, if started from a standalone executable to instantiate the host program and then manipulate it) exposed by the hosting software.

Links:

2555 questions
22
votes
2 answers

How to debug binding in WPF

I have a VS2008, C# WPF, Excel AddIn; Under some case, My addin throws exception like A first chance exception of type 'System.InvalidOperationException' occurred in PresentationFramework.dll A first chance exception of type…
toosensitive
  • 2,335
  • 7
  • 46
  • 88
22
votes
7 answers

custom ribbon not appearing in outlook when when running a build in vs

I followed this tutorial, but when I build then run my project in visual studio a ribbon tab does not appear. I'm using outlook 2010 if that helps.
xxyyxx
  • 2,306
  • 3
  • 24
  • 34
21
votes
6 answers

Can I make Excel scroll smoothly without using middle-click?

I must work with nightmare Excel files. (I didn't create them, I just have to work with them). They were so big (more than 50 big columns and 100 big rows) then I must scroll up/down and use "<" and ">" buttons to scroll left and right. When I…
Luke
  • 1,623
  • 3
  • 24
  • 32
21
votes
4 answers

Visual studio - Extension installation "Cannot find setup engine instance."

I'm trying to install the Qt add-in for Visual Studio 2019 Preview (Community), but the add-in is causing an error during installation. First I was trying it with Visual Studio 2017 (Community), but was having difficulties, so I reinstalled VS17…
Jamin Grey
  • 10,151
  • 6
  • 39
  • 52
21
votes
6 answers

How to get rid of the VMware error when starting Visual Studio 2012, but without disabling VMDebugger add-in?

I am getting the following error when starting Visual Studio 2012 as unprivileged user: An error has occurred while trying to access the log file. Logging may not function properly. A casual web search showed that the issue used to exist with…
0xC0000022L
  • 20,597
  • 9
  • 86
  • 152
20
votes
2 answers

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 functionality, but I can't find any documentation for…
Jacob
  • 22,785
  • 8
  • 39
  • 55
20
votes
8 answers

What ide is good for developing PyQt apps?

What ide is good for developing PyQt apps?
yesraaj
  • 46,370
  • 69
  • 194
  • 251
20
votes
10 answers

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...
Jaroslav Urban
  • 1,269
  • 3
  • 20
  • 32
19
votes
7 answers

Team tab is removed every time Excel 2010 is opened

Using Excel 2010 and TFS 2010. I've been using the "Team" tab in Excel for quite a while now (very useful!). Today, the "Refresh" took ages and I couldn't use Excel so I killed the process in Task Manager. I reopened Excel and the Team tab was…
xcodr
  • 1,177
  • 2
  • 14
  • 26
18
votes
5 answers

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 changes the following registry value from 3 to 2…
Oliver Giesen
  • 9,129
  • 6
  • 46
  • 82
18
votes
2 answers

Is in Visual Studio an equivalent to the Eclipse "Run Configurations"?

Is there in Visual Studio an equivalent to the Eclipse "Run Configurations"? In Eclipse I can setup hundreds of run configurations with many different command line parameters. In Visual Studio I can setup only one configuration for the active…
Horcrux7
  • 23,758
  • 21
  • 98
  • 156
17
votes
1 answer

How can I sort method implementations according to their declaration order

Is there any Visual Studio 2008 add-in or macros to sort method implementations in .cpp file according to the order of their declarations in .h file? EDIT: any recent Visual Studio (2010, 2013, 2015, 2017, 2019, 2022)
cos
  • 940
  • 1
  • 10
  • 25
17
votes
1 answer

Add an Item to the visual studio folder right-click menu within AddIn

I want to add a menuitem to the right-click=>Add menu in visual studio 2012 solution explorer. When click the custom item I can add a project with my template. I developed a Visual Studio Add-In to do it but I get into some trouble. I am able to add…
ZhiGuang
  • 179
  • 1
  • 1
  • 4
15
votes
2 answers

TeamCity Visual Studio Plugin

We use TeamCity at work. It would be nice to be able to keep an eye on checkin, build, and test run status without having to have a browser window open. I have seen references to a TeamCity Visual Studio plugin here and here. The second page is…
bopapa_1979
  • 8,949
  • 10
  • 51
  • 76
15
votes
1 answer

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 checkin Excel files as artefacts. Ive seen the…
Anonymous Type
  • 3,051
  • 2
  • 27
  • 45