Skip to content

Commit ac56a90

Browse files
committed
Updates to new article about errors when Office add-ins start
1 parent 399563b commit ac56a90

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

Office/Client/office-suite-issues/errors-when-office-add-ins-start

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,25 @@ ms.date: 12/13/2025
2020

2121
# Errors when Office add-ins start
2222

23-
## Symptoms
23+
## Summary
24+
25+
This article provides information about errors that might occur when Office add-ins "media/errors-when-office-add-ins-start/office-add-in-information-bar.png"
26+
27+
## Errors generated by Office
28+
2429
When Microsoft Office tries to start an Office add-in that uses a task pane, an error occurs, and the add-in doesn't start. In this situation, Office displays an error message in an information bar at the top of the task pane, as shown in the following screenshot.
2530

2631
:::image type="content" source="media/errors-when-office-add-ins-start/office-add-in-information-bar.png" alt-text="Screenshot of the information bar displayed at the top of the task pane.":::
2732

2833
> [!IMPORTANT]
29-
> This kind of error is generated by Office, not by the add-in. Unless the error message explicitly states otherwise, users should *not* contact the add-in provider. They should contact their Microsoft 365 administrator, instead.
34+
> This kind of error is generated by Office, not by the add-in. Unless the error message explicitly states otherwise, users should **not** contact the add-in provider. They should contact their Microsoft 365 administrator, instead.
3035

3136
The following table lists the most common error messages that cause users to mistakenly contact the add-in provider.
3237

3338
| Error text | Explanation |
3439
|---|---|
3540
|This Add-in uses features not supported by its add-in catalog.|For more information about this error, see [Deploy and publish Office Add-ins](/office/dev/add-ins/publish/publish#additional-publication-methods-for-the-add-in-only-manifest).|
36-
37-
41+
|We can't load this Add-in because its source catalog is not supported on your device.|For more information about this error, see [Deploy and publish Office Add-ins](/office/dev/add-ins/publish/publish#additional-publication-methods-for-the-add-in-only-manifest).|
42+
|Add-ins are disabled in this version of Word, Excel, and PowerPoint. Buy Microsoft 365 to enable add-ins.|The user opened an Office document and add-in in a non-subscription or reduced functionality version of Office, but the add-in uses Office features that are not supported in the user’s version.|
43+
|Office 365 has been configured to prevent individual acquisition and execution of Office Store Add-ins. <br/><br/>Microsoft 365 has been configured to prevent individual acquisition and execution of Office Store Add-ins.<br/><br/>Office 365 has been configured to prevent individual acquisition and execution of Add-ins from Microsoft AppSource.<br/><br/>Microsoft 365 has been configured to prevent individual acquisition and execution of Add-ins from Microsoft AppSource.<br/><br/>Office 365 has been configured to prevent individual acquisition and execution of add-ins.<br/><br/>Microsoft 365 has been configured to prevent individual acquisition and execution of add-ins.|These are all versions of the same error message. In addition to the situation that’s mentioned in the error text, this message is displayed in the following situation:<br/><br/>If user A installs an add-in to a document, and user B, who doesn't have permissions to that add-in, then opens the document, user B receives this error message.|
44+
|We can't start this add-in because it isn't set up properly.|For more information about this error, see [Deploy and publish Office Add-ins](/office/dev/add-ins/publish/publish#additional-publication-methods-for-the-add-in-only-manifest).|

0 commit comments

Comments
 (0)