SonarQube for Visual Studio plugin version: 10.4.0.16950
Programming language you’re coding in: C#
Is connected mode used: SonarQube Community Build
SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?):
And a thorough description of the problem / question:
The extension errors in nearly all menu entries. Clicking
Extensions->SonarQube->Solution Settings gives this error (typed):
The component ‘SonarLint.VisualStudioIntegrationVsix.Settings.SolutionSettings.AnalysisPropertiesControl’ does not have a resource identified by the URI ‘/SonarLint.2022;component/settings/solutionsettings/analysispropertiescontrol.xaml’.
Extensions->SonarQube->Settings… all settings pages are empty
In general I find that updating either the SonarQube extension or VS2026, that my Visual Studio 2026 installation can be wrecked to the point that I have to reinstall VS2026. This time it is only a bit broken, but uninstalling SonarQube reinstall it again can trigger the havoc. I think I can work around this by deleting the extensions folder (takes a while to find it) but this removes all my extensions…
I tried disabling the extension (hadn’t tried that before) and restarted VS2026 and now, when VS2026 starts and loads a solution, I am greeted with this error:
The ‘MigrationPackage’ package did not load correctly.
The problem may have been cause by a configuration change or by the installation of another extension. You can get more information by examining the file ‘C:\Users\\AppData\Roaming\microsoft\VisualStudio\18.0_3x17b127\Activity.xml’.
Restarting Visual Studio could help resolve this issue.
Apparently SonarLint is loaded, but it has caused issues for the MigrationPackage. This is an issue that has hit me multiple times and I always have to fix it manually and there is no good solution I have found if I want to use SonarQube extension in VS2026.
If I ok this error message, VS loads more and even more errors are logged for other packages (provided by VS2026). Some packages are loaded without errors and some fail.