- Side by side configuration error windows 8?
- Side-by-Side Error 59
- Устранение ошибки «Параллельная конфигурация неправильна»
- Способ 1: Переустановка Microsoft C++ Redistributable
- Способ 2: Изменение данных в системном реестре
- Способ 3: Проверка целостности системных файлов
- Windows10 Side-by-side configuration error
- Replies (4)
- Side by Side Configuration Is Incorrect Error in Windows 10 [FIXED]
- Method 1: Try another installer
- Method 2: Reinstall the problem program
- Method 3: Reinstall the Microsoft Visual C++ Redistributable Packages
- Method 4: Run system checks
- Method 5: Reset your system
Side by side configuration error windows 8?
Thank you for posting your query in Microsoft Community.
This error comes up when Microsoft Visual C++ Redistributable package/operating system files are corrupt.
I have come across similar issue on which they suggested to run System File Checker tool before reinstalling Visual C++. You may try this and check.
Use the System File Checker tool to repair missing or corrupted system files
If SFC SCAN does not fix the issue, please Perform clean boot and check.
Clean boot will help us identify if any third party applications or startup items are causing the issue.
To do this, follow steps from this link:
Note: After checking the functionality in clean boot, follow the suggestions under “How to reset the computer to start normally after clean boot troubleshooting”.
You may perform system restore, that will revert the changes you made.
Press ‘Windows Key + R key’
In the run window type ‘rstrui.exe’ and click on OK
Click on next in the System Restore window.
Now choose the restore point of your choice, and try to restore your computer back to earlier state.
System Restore disclaimer: When you use System Restore to restore the computer to a previous state, programs and updates that you installed are removed.
Try these steps and let us know the results. We’d be happy to help if you need any further assistance.
Side-by-Side Error 59
This problem occurs because the run-time libraries are not installed on the Microsoft Dynamics CRM server. The applications that use side-by-side libraries cannot run without the run-time libraries. There is an Article KB 923014 which speaks about the error 59.
I would also suggest you to run a System File Checking on the computer:
1. Click on the Start menu, choose All Programs, then Accessories, then right-click on the Command Prompt item and select Run as administrator.
2. Click Continue to authorize opening a command prompt with administrative privileges.
3. Run this command in the cmd prompt: sfc /scannow
4. The cmd prompt should list text stating «Beginning system scan. This process will take some time.»
5. Wait for the scan to complete (this can take several minutes so be patient). This command will scan all protected system files and attempt to replace incorrect versions with correct Microsoft versions
6. When the scan completes, the SFC tool will indicate whether or not it found any problems and whether or not it was able to fix them
7. If any errors are reported that SFC was unable to fix, there are steps in this knowledge base article that explain how to locate and attempt to fix the errors.
8. After fixing any errors that are found.
Let us know if that helps.
Regards,
Chethan Kumar.
Microsoft Answers Support Engineer. Visit our Microsoft Answers Feedback Forum and let us know what you think.
Устранение ошибки «Параллельная конфигурация неправильна»
Способ 1: Переустановка Microsoft C++ Redistributable
Рассматриваемая проблема в большинстве случаев возникает из-за сбоев в файлах фреймворка Microsoft C++ Redistributable. Решением в такой ситуации будет переустановка компонента, однако сперва потребуется узнать, какой из них и вызывает появление ошибки – в этом нам поможет системная утилита sxstrace.
- Запустите «Командную строку» от имени администратора – наиболее просто сделать это через средство поиска.
Подробнее: Как открыть «Командную строку» от имени администратора в Windows 7 и Windows 10
sxstrace parse -logfile:sxstrace.etl -outfile:sxstrace.txt
Закройте окно интерфейса команд и переходите в папку system32 – там должен появиться файл с названием sxstrace.txt, откройте его.
После получения требуемых сведений посетите страницу по ссылке далее, где загрузите модуль фреймворка, который соответствует отмеченному в sxstrace.txt.
Скачать Microsoft C++ Redistributable
Начните установку софта – должна появиться опция «Исправить» («Repair»), воспользуйтесь ею.
После окончания процедуры перезагрузите компьютер и попробуйте запустить проблемный софт – если ошибка по-прежнему наблюдается, полностью удалите компонент С++ и установите заново.
Как показывает практика, в большинстве случаев описываемых мер достаточно для решения рассматриваемой проблемы.
Способ 2: Изменение данных в системном реестре
Некоторые компоненты пакетов Microsoft C++ Redistributable иногда неверно вносятся в системный реестр Windows, что является одной из причин ошибки «Параллельная конфигурация неправильна». Некорректные значения можно поправить вручную, порядок действий следующий:
- Запустите «Редактор реестра» через средство «Выполнить»: нажмите комбинацию клавиш Win+R, введите запрос regedit и кликните «ОК».
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ CurrentVersion\SideBySide\Winners\x86_policy.9.0.microsoft.vc90.crt_*последовательность случайных символов*\9.0
Внимательно посмотрите, какая версия компонента является значением параметра «По умолчанию»: она должна равняться наиболее свежему числу в названиях позиций ниже.
Если это не так, дважды кликните по имени записи «По умолчанию» и впишите в неё требуемое число.
Теперь перейдите по адресу далее и повторите действия предыдущего шага.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\x86_policy.8.0.microsoft.vc80.crt_*последовательность случайных символов*\8.0
Перезапустите ПК или ноутбук.
После полной загрузки ОС проверьте, сохраняется ли ошибка – с высокой долей вероятности она должна быть устранена.
Способ 3: Проверка целостности системных файлов
В новейших версиях Windows некоторые компоненты Microsoft C++ Redistributable уже интегрированы в систему – это значит, что в случае неполадок с ними переустановка возможна только вместе с самой ОС. Однако у этой операции есть альтернатива – проверка системных файлов средствами утилиты sfc. Один из наших авторов уже рассмотрел эту задачу – воспользуйтесь следующим руководством для получения деталей.
Подробнее: Проверка целостности системных файлов Windows 7 и Windows 10
Windows10 Side-by-side configuration error
Replies (4)
Thank you for posting the query on Microsoft Community. I am sorry to know that you are facing issues with Windows 10.
I do appreciate your efforts and time. Do not worry, will assist you with the issue.
Error side-by-side configuration is incorrect normally means you are missing the correct C++ runtime components.
Please assist me with the following information related to this issue:
1. Are you trying to download or install programs/applications?
2. What are the troubleshooting steps you have tried?
3. Which web browser are you using?
Please provide us the event viewer logs to find the exact cause and to troubleshoot the issue further.
Event Viewer is a tool that displays detailed information about significant events (for example, programs that don’t start as expected or updates that are downloaded automatically) on your computer. Event Viewer can be helpful when troubleshooting problems and errors with Windows and other programs.
- a. Press the Windows key and the X key and select Event Viewer.
- b. This will bring up the Event Viewer box. Click to open the event viewer.
- c. In the left pane, expand out Windows Logs.
- d. Most of your event will be Information. You may see Yellow Warnings or Red Errors.
Note : Also applies for Windows 10.
Hope this helps in resolving the issue. If the issue persists, do get back to us. We will be happy to assist you.
Side by Side Configuration Is Incorrect Error in Windows 10 [FIXED]
Last Updated: 4 years ago
If you are on Windows 10, and you are seeing a “side by side configuration is incorrect” error, you are not alone. Many Windows 10 users have reported that they have encountered this error after they tried to launch, install or uninstall a program.
But the good news is you can fix this error. Here are four fixes you can try. You may not have to try them all. Just work from the top down until you find the one that works.
Method 1: Try another installer
If you see this error when you try to install a program, it is possible the installer or installation package is corrupted. In this case, you should download a correct installer to set up the program. You can download its latest version from the program’s official website. Then try installing it on your computer. If the error came from the original installer, you won’t see the error now.
Method 2: Reinstall the problem program
If the error occurs when you are launching a program, the program may be corrupted. Reinstalling the problem program is helpful for fixing your problem. To do so:
1) On your keyboard, press the Windows logo key and R at the same time to invoke the Run box.
2) Type “control” and press Enter to open Control Panel.
3) Select Large icons in the View by drop-down menu.
4) Click Programs and Features.
5) Right click the problem program and select Uninstall.
6) Download the latest version of your program from the its official website and install it on your computer.
7) Launch your program and see if this fixes the error.
Method 3: Reinstall the Microsoft Visual C++ Redistributable Packages
The “side by side configuration is incorrect” error may occur because the Visual C++ Runtime on your computer is corrupted or missing. Reinstalling the Microsoft Visual C++ Redistributable Packages on your computer can help you restore the corrupted or missing Runtime. To do so:
1) On your keyboard, press the Windows logo key and R at the same time to invoke the Run box.
2) Type “control” and press Enter to open Control Panel.
3) Select Large icons in the View by drop-down menu.
4) Click Programs and Features.
5) Delete every Visual C++ Redistributable (right-click on each of the programs with the name of “Microsoft Visual C++ XXXX Redistributable” and then select Uninstall).
6) Go to the Microsoft Visual C++ downloads website to download the programs you have just uninstalled. Then install them on your computer.
7) Restart your computer. If this method works for you, the error won’t bother you again.
Method 4: Run system checks
The error may also occur because there are corrupted system files on your Windows 10 system. You should run some system checks to scan your computer and perform a repair. To do so:
1) Click the Start menu (the Windows logo) at the bottom left of your screen, then type “cmd“.
2) Right-click “Command Prompt” and select “Run as administrator“.
3) Type “sfc /scannow” and press Enter on your keyboard.
4) Wait for the scan to complete. Then check to see if the error is gone.
5) If the problem persists, go back to Command Prompt, and then type “DISM.exe /Online /Cleanup-image /Restorehealth” and press Enter.
6) Wait until the process completes. Then check to see if this fixes the error.
Method 5: Reset your system
If none of the methods above can help you, you should try resetting your Windows 10 to fix the error.
IMPORTANT: This will remove all your files and programs. So before you go on, you should create a backup of your important files and put it into a safe place.
To reset your Windows 10:
1) Click the Start menu (the Windows logo) at the bottom left of your screen, then select Settings (the gear icon).
2) Click Update & Security.
3) Select Remove everything.
4) Wait for the system to complete the resetting process.
5) Install and launch the program that caused the error. If this method works, you won’t see the error any more.