|
1 | 1 | --- |
2 | | -title: SSIS Projects Extension for Visual Studio 2022 Troubleshooting Guide |
3 | | -description: "SSIS Projects extension for Visual Studio 2022 troubleshooting guide" |
| 2 | +title: SSIS Projects Extension for Visual Studio 2022+ Troubleshooting Guide |
| 3 | +description: SSIS Projects extension for Visual Studio 2022+ troubleshooting guide |
4 | 4 | author: chugugrace |
5 | 5 | ms.author: chugu |
6 | 6 | ms.reviewer: drskwier, mikeray, randolphwest |
7 | | -ms.date: 09/09/2025 |
| 7 | +ms.date: 10/14/2025 |
8 | 8 | ms.service: sql |
9 | 9 | ms.subservice: ssdt |
10 | 10 | ms.topic: troubleshooting-general |
11 | 11 | monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || =azuresqldb-mi-current" |
12 | 12 | --- |
13 | | -# SSIS Projects extension for Visual Studio 2022 troubleshooting guide |
| 13 | +# SSIS Projects extension for Visual Studio 2022+ troubleshooting guide |
14 | 14 |
|
15 | 15 | [!INCLUDE [sql-asdb-asa](../includes/applies-to-version/sql-asdb-asa.md)] |
16 | 16 |
|
@@ -45,46 +45,25 @@ Visit the [SQL Server Integration Services (SSIS) Blog](https://techcommunity.mi |
45 | 45 |
|
46 | 46 | ## Known issues |
47 | 47 |
|
| 48 | +1. In the context menu (right mouse button) on objects in the project (for example, the solution, a package) in Visual Studio, many of the entries appear many times. |
| 49 | +1. Sometimes when you repair or update Visual Studio, the SSIS extension might be uninstalled. Reinstall it again. |
| 50 | +1. If SSIS installed successfully, but the Solution Explorer shows `incompatible`, or `The application is not installed`: |
| 51 | + 1. Open Visual Studio and navigate to **Extension** > **Manage Extensions** > **Installed** |
| 52 | + 1. Enable SSIS extension |
| 53 | + 1. Relaunch Visual Studio |
| 54 | + |
48 | 55 | For more information, see the [Release notes](https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices). |
49 | 56 |
|
50 | 57 | ## Installation issues |
51 | 58 |
|
52 | | -If SSIS installed successfully, but the Solution Explorer shows `incompatible`, or `The application is not installed`: |
53 | | - |
54 | | -1. Open Visual Studio and navigate to **Extension** > **Manage Extensions** > **Installed** |
55 | | -1. Enable SSIS extension |
56 | | -1. Relaunch Visual Studio |
57 | | - |
58 | | -If SSIS installation shows Setup Failed with `Unknown error(0x80131500)` or `ISVsix Unknown error`, open %temp%\SsdtisSetup folder, search in Microsoft.DataTools.IntegrationServices_{latestTimestamp}_ISVsix.log: |
59 | | - |
60 | | -- The error is `Pre-check verification failed with warning(s): AnotherInstallationRunning`: |
61 | | - |
62 | | - 1. Keep waiting and retry. More detail: Windows Installer block your installation. Windows Installer is a subservice of Windows that manages the installation of packages like MSIs, Windows Update, or a third party component, and it can only handle one thing at a time. |
63 | | - |
64 | | -- The error is `The file {filefullpath} already exists.`: |
65 | | - |
66 | | - 1. Run the following commands from an elevated command prompt: |
67 | | - |
68 | | - ```console |
69 | | - cd "C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\" |
70 | | - rm CommonExtensions\Microsoft\SSIS\* |
71 | | - rm PublicAssemblies\SSIS\* |
72 | | - rm "PublicAssemblies\Microsoft BI\Business Intelligence Projects\Integration Services\"* |
73 | | - ``` |
74 | | - |
75 | | - 1. Repair the Visual Studio 2022 via Visual Studio installer |
76 | | - |
77 | | - 1. Restart PC and reinstall SSIS |
78 | | - |
79 | | -- The error is `Object reference not set to an instance of an object.`: |
80 | | - |
81 | | - - Delete the broken instance folder `%ProgramData%\Microsoft\VisualStudio\Packages\_Instances\<InstallationID>` |
82 | | - |
83 | | -- The error is `Error 0x80091007: Failed to verify hash of payload`: |
| 59 | +The installation log file, Microsoft.DataTools.IntegrationServices_{Timestamp}_ISVsix.log, is located under the %temp%\SsdtisSetup folder. Check the error messages in the log file and follow these troubleshooting steps: |
84 | 60 |
|
85 | | - - Delete `C:\ProgramData\Package Cache\15160B731819F56D87A626F9A2777550340022D7` and retry. |
| 61 | +1. Pre-check verification AnotherInstallationRunning failure |
| 62 | + - If the log file contains keywords: `Pre-check verification failed with warning(s): AnotherInstallationRunning`, keep waiting and retry. |
| 63 | + - This error occurs because Windows Installer blocks your installation. Windows Installer is a subservice of Windows that manages the installation of packages like MSIs, Windows Update, or a third-party component, and it can only handle one thing at a time. |
86 | 64 |
|
87 | | -If your error isn't in the previous list, you can zip %temp%\SsdtisSetup and send the logs to ssistoolsfeedbacks@microsoft.com for troubleshooting. |
| 65 | +1. Other errors |
| 66 | + - Download [VSInstallationTroubleShooting.ps1](https://github.com/Azure/Azure-DataFactory/blob/main/SamplesV2/SQLServerIntegrationServices/VSInstallationTroubleShooting.ps1) and run it on your machine to help with troubleshooting. |
88 | 67 |
|
89 | 68 | ## Offline installation |
90 | 69 |
|
|
0 commit comments