Error installing Visual Studio 2015

0

Whenever I'm trying to install visual studio 2015 on my notebook, the following error appears:

Anyone know how to solve ??

    
asked by anonymous 16.03.2018 / 14:13

1 answer

1

After a little searching, I noticed that the installer might have been confusing when installing x86 and x64 libraries. There are a few ways to solve the problem, I'll cite two:

1st option

1. After the installation error, close the installer. 2. Enter the control panel and then the installed programs. > 3. Repair all Microsoft Visual Redistributable , both version x86 and x64 .

TheimageaboverepresentstheonesIhaveinstalled.Youmaynothavethesamequantityorhaveothernames.RepairallthathaveMicrosoftVisualRedistributableinthename.Yes,thismaytakesometimetocomplete.

4.RuntheVisualStudioinstaller.

2ndoption

1.UninstallVisualStudio2015completelyfromyourcomputer.2.UninstallallMicrosoftVisualRedistributable,bothversionx86and%
3.Restartthecomputer.4.Manuallydeletethex64thatmayhavebeenleftonthecomputerofbothsystem32andSysWOW64folders(thenamesofdllsendwith*140.dll-becarefulandbackupsoon!)5.Downloadthe"Microsoft Visual C ++ 2015 Redistributable Update 3 "section of this link - link - both versions dlls and x86 . 6. Install the "Microsoft Visual C ++ 2015 Redistributable Update 3" - both versions x64 and x64 . Restart the computer. 8. Run the Visual Studio 2015 installer.

    
16.03.2018 / 14:40