Skip to content

Commit 2420f3f

Browse files
Merge pull request #8337 from MicrosoftDocs/users/chcomley/bug-2319107
Troubleshooting office integration issues - repair system files steps
2 parents 31da269 + 321cf2a commit 2420f3f

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/boards/backlogs/office/tfs-office-integration-issues.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: 819EA180-2BAC-46DB-A17E-A5179E6BEADC
77
ms.author: chcomley
88
author: chcomley
99
ms.topic: troubleshooting
10-
ms.date: 09/12/2025
10+
ms.date: 09/19/2025
1111
---
1212

1313
# Resolve Azure DevOps and Office integration issues
@@ -284,15 +284,31 @@ Resolve this issue by creating a configuration file that redirects assembly bind
284284
</configuration>
285285
```
286286

287-
4. Save the file and ensure it is named exactly `excel.exe.config` (not `excel.exe.config.txt`).
287+
4. Save the file and ensure it's named exactly `excel.exe.config` (not `excel.exe.config.txt`).
288288

289289
5. Close all Excel instances and restart Excel.
290290

291291
6. Test the connection by attempting to connect to Azure DevOps from Excel again.
292292

293+
If the problem persists after completing the previous troubleshooting steps, consider repairing the user's profile and checking for corrupted system files.
294+
295+
1. Open the Command Prompt or PowerShell as the Administrator.
296+
2. Run the DISM tool to repair the Windows image:
297+
298+
```cmd
299+
DISM.exe /Online /Cleanup-Image /RestoreHealth
300+
```
301+
302+
3. After DISM completes, run the System File Checker:
303+
304+
```cmd
305+
sfc /scannow
306+
```
307+
293308
## Related content
294309

295310
- [Bulk modify work items (web portal)](../bulk-modify-work-items.md)
296311
- [Bulk import or update work items using CSV files](../../queries/import-work-items-from-csv.md)
297312
- [FAQs: Work in Excel connected to Azure Boards](faqs.yml)
298313
- [Add or remove add-ins](https://support.office.com/article/Add-or-remove-add-ins-0af570c4-5cf3-4fa9-9b88-403625a0b460)
314+

0 commit comments

Comments
 (0)