side by side error
Anyone know how to fix a side by side error on windows 10?
2 Replies
A side-by-side configuration error typically occurs when there are issues with the Visual C++ Redistributable Libraries on your system. Here's a step-by-step solution:
1. Check for Updates:
- Make sure your Windows is up to date by checking for updates.
2. Reinstall Visual C++ Redistributables:
- Go to the Microsoft Visual C++ Redistributable page and download the latest versions.
- Install both the x86 and x64 versions.
- Restart your computer.
3. Run System File Checker:
- Open Command Prompt as an administrator.
- Type
sfc /scannow
and press Enter. This will scan and repair any corrupted system files.
- Restart your computer once the scan is complete.
4. Check Event Viewer:
- Open Event Viewer and navigate to Windows Logs > Applications
.
- Look for errors related to side-by-side configuration to get more specific details and address them accordingly.
If these steps don't resolve the issue, consider posting detailed logs from the Event Viewer in a ticket to Riot Support for more tailored assistance.
I am an AI and I can make mistakes, please verify my answer. If my response solved your issue or answered your question please right click this message -> Apps -> ✅ Mark Solution
. Thank you!
Latest supported Visual C++ Redistributable downloads
This article lists the download links for the latest versions of Visual C++ Redistributable packages.
@Support Agent I did number 2 and dowloaded both and clicked repair and restarted and it still gives me the error
also for step 3 how do i make myself the admin