Sconz2
Sconz2

Reputation: 63

Microsoft Visual Studio 2015 community edition installation errors

I'm trying to install visual studio 2015 and it's coming back with these errors:

I've googled this and seen that this is already a question here with a solution, Multiple Errors Installing Visual Studio 2015 Community Edition. I'm only asking another question because I couldn't post mine on the original one.

The soultion states that the c++ redistributable must be repaired because they are getting the 64 and 32 bit dlls mixed up. So I repaired them but it still installs the dlls to the wrong folder and I thought that maybe if I move them myself that would do the trick, but the visual studio installer seems to install them again anyway undoing my changes.

Does anyone have any other suggestions to make on how to get around this problem?

Upvotes: 2

Views: 1693

Answers (1)

Maxi
Maxi

Reputation: 173

Working! I 've tried all the workarounds without success and what finally do the trick was to uninstall all visual studios and all Microsoft Visual C++ XXX Redistributable x86 and x64 versions. Then, run the Visual Stuido installer again.

Hope it helps!

Upvotes: 0

Related Questions