Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
1.24/5 (3 votes)
See more:
when i setup VS 2015

this problem appeared

"update 1 does not apply , or is blocked by another condition on your computer"

what can i do .

What I have tried:

when i setup VS 2015

this problem appeared

"update 1 does not apply , or is blocked by another condition on your computer"

what can i do .
Posted
Updated 14-Apr-16 10:53am
Comments
Sergey Alexandrovich Kryukov 14-Apr-16 14:54pm    
Almost no information, so it's hard to help. "Blocked by another condition" may mean that some other process prevents some access. Try to kill all unwanted processes...
—SA

Your issue is a technical support issue and not a code issue. You'll need to google the error and troubleshoot it on your side. There are several things that can cause that issue.
 
Share this answer
 
I recently installed VS2015 in Win8, the first try ended in failure, second try was 25 hours long setup.
Dont even try to install VS2015 without first having successfully installed all WINDOWS UPDATE stuff, all those KB##### sh*tstuff
VS2015 Setup checks in particular if they are present in system, if not it tries manually to download and install them, which on the other hand conflicts with the WINDOWS UPDATE's pending updates. Note, most of these system updates requiere System Restart, so Windows needs a Restart, VS2015 will fail if you restart, its a never ending story. So first check WINDOWS UPDATE, for any updates, then start VS2015 Setup.

Open TaskManager and have a look at the processes, if you see two identical VS2015 Setups, then an error has occurred, you should end the task that has 0%CPU Usage and minimal Memory Usage. You may also end other frozen tasks belonging to VS2015, if you dont want to retry the Setup process every single day in error.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900