Click here to Skip to main content
15,885,084 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Kornfeld Eliyahu Peter19-Apr-21 2:12
professionalKornfeld Eliyahu Peter19-Apr-21 2:12 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
sasadler19-Apr-21 5:41
sasadler19-Apr-21 5:41 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Daniel Will19-Apr-21 19:33
Daniel Will19-Apr-21 19:33 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
obermd19-Apr-21 3:38
obermd19-Apr-21 3:38 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
markrlondon16-Apr-21 13:56
markrlondon16-Apr-21 13:56 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
charlieg16-Apr-21 15:44
charlieg16-Apr-21 15:44 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
BillWoodruff17-Apr-21 4:40
professionalBillWoodruff17-Apr-21 4:40 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? PinPopular
honey the codewitch17-Apr-21 6:10
mvahoney the codewitch17-Apr-21 6:10 
Windows locks executables (including DLLs) while they are in use. Because of this, in order to update shared components, the locks must be freed. While it's possible, there's no "clean" way to even determine who holds a lock that I know of (unless it was added to a more recent windows in which case I am wrong) so the safest thing to do is reboot.

VS uses a lot of shared components.

A lot of windows applications do, and generally, the larger/more complicated the application, the bigger your odds of having to reboot on update, because they typically use a lot of shared components increasing the odds that one of them is locked and the app needs to update it.

This also applies to the various OS features and shell widgets and doodads, not just applications.

I hope that clears it up.
Real programmers use butterflies

JokeRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Nelek17-Apr-21 9:30
protectorNelek17-Apr-21 9:30 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
honey the codewitch17-Apr-21 12:53
mvahoney the codewitch17-Apr-21 12:53 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Daniel Will19-Apr-21 19:51
Daniel Will19-Apr-21 19:51 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Jeff Laing18-Apr-21 21:40
professionalJeff Laing18-Apr-21 21:40 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Jacquers17-Apr-21 0:34
Jacquers17-Apr-21 0:34 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
kmoorevs17-Apr-21 5:06
kmoorevs17-Apr-21 5:06 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Cp-Coder17-Apr-21 5:14
Cp-Coder17-Apr-21 5:14 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
dandy7217-Apr-21 5:19
dandy7217-Apr-21 5:19 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
charlieg17-Apr-21 9:23
charlieg17-Apr-21 9:23 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Nelek17-Apr-21 9:38
protectorNelek17-Apr-21 9:38 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
jschell17-Apr-21 6:44
jschell17-Apr-21 6:44 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Gerry Schmitz17-Apr-21 7:03
mveGerry Schmitz17-Apr-21 7:03 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
charlieg17-Apr-21 9:24
charlieg17-Apr-21 9:24 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
charlieg17-Apr-21 9:00
charlieg17-Apr-21 9:00 
JokeRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Nelek17-Apr-21 9:39
protectorNelek17-Apr-21 9:39 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
DerekT-P17-Apr-21 9:58
professionalDerekT-P17-Apr-21 9:58 
GeneralRe: Updated VS2019 - why exaclty do I need to reboot? Pin
Eddy Vluggen17-Apr-21 13:21
professionalEddy Vluggen17-Apr-21 13:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.