I am have trying in vain to install the latest package of SSIS Microsoft.DataTools.IntegrationServices so that I can use it with Visual Studio 2022. However when I am nearing completion I get the following error message ;
"Cannot create a stable subkey under a volatile parent key " I have tried running in Admin, repairing VS , but nothing seems to work .
Thank you
My findings so far: I had .net and extension conflict, so uninstalled SSIS. Then I tried reinstalling it.
The log file indicates an unstable parent registry key.
Ran sfc /scannow in cmd and resulted in nothing.
Uninstalled Net8 bootstrapper from programs, restarted.
Once that was done, I was able to launch the Visual Studio Installer, add SQL Server Integration Services Projects 2022 back from the extensions list, individual components.
Extension was visible in the launched app Visual Studio Extensions.
Enabled the extension and was prompted to upgrade to ver 1.5. For some reason that was handled as a download.
Completed download and ran that as administrator with repair option because modify options were to install somewhere else or uninstall. That failed.
Followed troubleshooting link: https://learn.microsoft.com/en-us/sql/ssdt/ssis-vs2022-troubleshooting-guide?view=sql-server-ver16#installation-issues, which didn't really help.
Tried opening a project and for some reason source control errors indicated the project is incomplete - could not find the project file where the project file is located.
Completed Visual Studio repair, that took a few hours. Restarted.
Ran the 1.5 version update as admin again, install completed without complaint. Restarted.
Tried opening the project again, got the same errors. Looks like it is unrelated to the updates, but an issue with me removing an older version of Visual Studio. So that is the end of this answer. On to the new problem.