Not able to install SSIS in Visual Studio Community 2022 Preview. Error Code: MainViewModel.OnBundleAction: Bundle action failed: Unknown error (0xe0434352) (0xE0434352)

Shashank Sharma 5 Reputation points
2023-11-30T10:30:20.54+00:00

I was using the VS Community 2022 Preview for building SSIS packages. It was running perfectly fine. But, two days back, I updated it to the latest version, and since then I'm not able to open my SSIS Solutions, the VS says that they're incompatible. So I tried repairing VS, reinstalled it, tried VS 2019, but got the same issue.

I tried installing SSIS in VS Community 2022 Preview, but it's not installing. I'm receiving the same error everytime, that is, Unknown error (0xe0434352) (0xE0434352) and the setup fails.

If anyone has any insights on this, kindly help me out.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,705 questions
Developer technologies | Visual Studio | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,451 Reputation points Microsoft External Staff
    2023-12-01T05:13:50.56+00:00

    Hello @Shashank Sharma,

    Welcome to Microsoft Q&A forum.

    Perhaps the latest version of VS Community 2022 Preview is incompatible with current version of SSIS extension(tested locally, and SSIS was installed successfully in VS Community 2022 v17.8.2), or something happened when you updated VS.

    Please try following:

    1. Download and use this troubleshooter tool to uninstall SSIS and then reinstall it.
    2. Open CMD as administrator and run DISM.exe /Online /Cleanup-image /Restorehealth command, wait for it finishes running, run sfc /scannow command.
    3. Try to remove VS manually and then reinstall VS(not the preview version) and SSIS extension. Please remove following folders and Windows Registry keys: C:\Program Files (x86)\Microsoft Visual Studio C:\Program Files\Microsoft Visual Studio %programdata%\Microsoft\visualstudio\packages %Temp%(I suggest just rename this folder. You may need to reboot machine before renaming it) C:\Users\username\AppData\Local\Microsoft\VisualStudio\17.0_XXXXXXXX HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\Setup HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\Setup HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\Setup

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.