You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Resolve Azure DevOps and Office integration issues
@@ -284,15 +284,31 @@ Resolve this issue by creating a configuration file that redirects assembly bind
284
284
</configuration>
285
285
```
286
286
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`).
288
288
289
289
5. Close all Excel instances and restart Excel.
290
290
291
291
6. Test the connection by attempting to connect to Azure DevOps from Excel again.
292
292
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
+
293
308
## Related content
294
309
295
310
-[Bulk modify work items (web portal)](../bulk-modify-work-items.md)
296
311
-[Bulk import or update work items using CSV files](../../queries/import-work-items-from-csv.md)
297
312
-[FAQs: Work in Excel connected to Azure Boards](faqs.yml)
298
313
-[Add or remove add-ins](https://support.office.com/article/Add-or-remove-add-ins-0af570c4-5cf3-4fa9-9b88-403625a0b460)
0 commit comments