How to: Re-enable an Application-Level Add-in That Has Been Disabled
Microsoft Office applications can disable add-ins that behave unexpectedly while they are being loaded. If an application does not load your add-in when you try to debug it, the application might have hard disabled or soft disabled your add-in.
There are different processes for re-enabling add-ins, depending on the application.
Hard-Disabled Add-ins
Hard disabling occurs when user code that runs while the add-in is loaded causes the application to close unexpectedly, and when you stop the debugger while the constructor or the Startup event handler is executing.
To re-enable an add-in that has been hard disabled by a Microsoft Office 2003 application
-
On the Help menu, click About Microsoft Office <ApplicationName>.
-
Click Disabled Items.
Add-ins created with Visual Studio Tools for Office appear in the list of disabled items as "Addin:<add-in name>AddinLoader.dll"
-
Select the add-in and click Enable.
To re-enable an add-in that has been hard disabled by Excel 2007, PowerPoint 2007, or Word 2007
-
In the application, click the Microsoft Office Button.
-
Click the <ApplicationName> Options button.
-
In the categories pane, click Add-ins.
-
In the details pane, locate the add-in in the Disabled Application Add-ins list.
The Name column specifies the name of the assembly, and the Location column specifies the full path of the application manifest.
-
In the Manage box, click Disabled Add-ins, and then click Go.
-
Select the add-in and click Enable.
-
Click Close.
To re-enable an add-in that has been hard disabled by InfoPath 2007, Outlook 2007, or Visio 2007
-
On the Tools menu, click Trust Center.
-
In the categories pane, click Add-ins.
-
In the details pane, locate the add-in in the Disabled Application Add-ins list.
The Name column specifies the name of the assembly, and the Location column specifies the full path of the application manifest.
-
In the Manage box, click Disabled Add-ins, and then click Go.
-
Select the add-in and click Enable.
-
Click Close.
Soft-Disabled Add-ins
Soft disabling occurs when an add-in throws an unhandled exception in the constructor or the Startup event handler, but the application does not unexpectedly close.
Note |
|---|
|
When you re-enable a soft-disabled add-in, the application immediately attempts to load the add-in. If the problem that initially caused the application to soft disable the add-in has not been fixed, the application will soft disable the add-in again. |
To re-enable an add-in that has been soft disabled by a Microsoft Office 2003 application
-
On the Tools menu, click Options.
-
On the Other tab, click Advanced Options.
-
Click COM Add-Ins.
-
Select the check box next to the disabled add-in and click OK.
To re-enable an add-in that has been soft disabled by Excel 2007, PowerPoint 2007, or Word 2007
-
In the application, click the Microsoft Office Button.
-
Click the <ApplicationName> Options button.
-
In the categories pane, click Add-ins.
-
In the details pane, locate the add-in in the Inactive Application Add-ins list.
The Name column specifies the name of the assembly, and the Location column specifies the full path of the application manifest.
-
In the Manage box, click COM Add-ins, and then click Go.
-
In the COM Add-Ins dialog box, select the check box next to the disabled add-in.
-
Click OK.
To re-enable an add-in that has been soft disabled by InfoPath 2007, Outlook 2007, or Visio 2007
-
On the Tools menu, click Trust Center.
-
In the categories pane, click Add-ins.
-
In the details pane, locate the add-in in the Inactive Application Add-ins list.
The Name column specifies the name of the assembly, and the Location column specifies the full path of the application manifest.
-
In the Manage box, click COM Add-ins, and then click Go.
-
In the COM Add-Ins dialog box, select the check box next to the disabled add-in.
-
Click OK.
Note