1

When running Visual Studio 2022 (after upgrading from VS 2019), the four "rogue" hub-server background tasks listed below in yellow won't stop. What are they for and how do I stop them? rogue Visual Studio background tasks

I'm running Visual Studio 2022 version 17.1.5.

  • 1
    https://stackoverflow.com/questions/46368384/servicehub-host-clr-x86-taking-a-lot-of-memory-and-cpc – Hans Passant Apr 21 '22 at 23:07
  • Thanks Hans for your suggestion. I did disable some of the Text Editor features suggested in your above link. It didn't help very much. I wondering if the NuGet packet manager is somehow involved? – superticker Apr 22 '22 at 01:30

1 Answers1

0

Well, the fix to this particular problem is to logout of Visual Studio 2022 then re-log back in again.

When I upgraded to Visual Studio 2022 from VS 2019, I was already logged into my Visual Studio "Hub" account. But somehow that "rolled over" login didn't sit right with the new VS install and Hub servers. Logging out, then re-logging in again cleared that problem.

I'm just guessing, but perhaps there's an authentication issue with re-using an existing login between major VS releases. If so, then the new install should have forced a password re-entry.