При запуске некоторых игр и программы вы можете получить сообщение об ошибке инициализации приложения 0xc0000135, с единственной доступной опцией — выход из соответствующего приложения.
В этой инструкции по порядку рассмотрим возможные причины и способы исправить ошибку 0xc0000135 в Windows 11 или Windows 10.
Microsoft .NET Framework
Одна из самых частых причин ошибки инициализации приложения с кодом 0xc0000135 — отсутствие необходимых библиотек DLL .NET Framework и компонентов WCF. Для их установки вы можете использовать следующие шаги:
- Запустите командную строку от имени администратора, для этого можно использовать поиск в панели задач по «Командная строка» и пункт «Запустить от имени администратора» для найденного результата.
- По порядку введите следующие команды, нажимая Enter после каждой и дожидаясь завершения процесса установки. Если в ходе выполнения команды вам покажется, что процесс завис, наберитесь терпения и дождитесь завершения.
dism /online /enable-feature /featurename:netfx3 /all dism /online /enable-feature /featurename:WCF-HTTP-Activation dism /online /enable-feature /featurename:WCF-NonHTTP-Activation
- Закройте командную строку и перезагрузите компьютер.
Кроме описанного выше способа, вы можете включить компоненты .NET Framework в панели управления, в том числе при ошибках во время выполнения приведенных выше команд:
- Нажмите клавиши Win+R на клавиатуре, введите appwiz.cpl и нажмите Enter
- В панели слева выберите «Включение и отключение компонентов Windows».
- Включите все компоненты .NET Framework и вложенные элементы и нажмите «Ок».
Еще одна возможность — скачать последние версии .NET Framework с официального сайта Майкрософт (рекомендуется установить как последнюю версию, так и версию 3.5).
После установки необходимых компонентов и перезагрузки компьютера проверьте, сохраняется ли ошибка.
Переустановка программы с предварительным добавлением в исключения антивируса
Если ошибка 0xc0000135 появилась при попытке запуска не самой лицензионной игры или программы, можно попробовать один из следующих вариантов решения:
- Удалить программу, скачать её из другого источника и установить снова.
- Удалить программу, добавить папку установщика и папку, куда устанавливается программа в исключения антивируса (Как добавить исключения в Microsoft Defender), а затем повторить установку.
Проблема может возникать из-за того, что встроенные средства защиты Windows удаляют модифицированные файлы устанавливаемой программы, как это описано в статье: Что делать, если Windows сама удаляет файлы, в результате из-за отсутствия необходимых компонентов вы получаете ошибку 0xc0000135.
В случае, если ошибка возникает с приложением из Microsoft Store, можно просто удалить приложение и установить его повторно. Ещё два варианта для этого случая:
- Использовать команду wsreset.exe в командной строке, запущенной от имени администратора.
- Использовать опции «Исправить» и «Сброс» в дополнительных параметрах приложения: Параметры — Приложения — Установленные приложения — выбор приложения и открытие его дополнительных параметров.
Восстановление системных файлов Windows
В редких случаях проблема может быть вызвана повреждениями системных файлов Windows. Можно попробовать следующий вариант решения проблемы:
- Запустите командную строку от имени администратора.
- По порядку введите следующие две команды, дождавшись выполнения каждой из них:
dism /online /cleanup-image /restorehealth sfc /scannow
После выполнения команд, проверьте, была ли решена проблема. Подробнее на тему: Как восстановить системные файлы Windows 11, Восстановление системных файлов Windows 10.
Если предыдущие способы не сработали, несколько дополнительных способов исправить ситуацию:
- Если до недавнего времени ошибка 0xc0000135 в той же игре или программе не наблюдалась, попробуйте использовать точки восстановления системы на дату до появления проблемы.
- Если ошибка появилась после установки обновлений Windows, можно попробовать удалить последние обновления. На эту тему: Как удалить обновления Windows 11, Как удалить обновления Windows 10.
- Выполните чистую загрузку Windows и проверьте, появляется ли ошибка в данном случае. Если нет — причина, по-видимому, в каких-то сторонних службах или программах.
Также может иметь смысл выполнить проверку компьютера на наличие вирусов и вредоносных программ: они редко являются причиной рассматриваемой ошибки, но теоретически это возможно.
Today, in this post, we discuss one of the application issues Error 0xc0000135, the potential causes behind this, and probable solutions to fix this trouble. The following error occurs primarily when there is a conflict between third-party apps installed on the device. Moreover, the unavailability of the latest .NET Framework may also lead to this issue. The other reasons that may prompt this boot error are – corrupt system files, obsolete device drivers, and unnecessary stored cache. This error message reads – The application could not be initialized correctly (0xc0000135).
Performing a Clean boot, Updating device drivers, and installing a proper version of the .NET Framework are some of the possible workarounds that can resolve this bug. If there are lots of application errors or several missing system files, the 0xc0000135 error may appear during each and every task. Hence, you must run the system file checker utility to get rid of this nagging issue.
What is Error 0xc0000135?
Microsoft’s official documentation states that 0xc0000135 errors are associated with .Net Framework issues. Many applications relying on .Net Framework 3.5 do not work after the latest Windows 11 update. In case you have .Net Framework 3.5 installed on your PC, then you can fix 0xc0000135 errors.
Modern applications require .dll files from the .Net Framework to run smoothly in the background. The .Net Framework versions are, however, specific to applications, so applications that require version 3.5 won’t work with version 4.0 or vice versa.
What Causes Application Error 0xc0000135 on Windows 11/10?
It’s possible that leftover caching files are responsible for the issue. You may also encounter this problem if you are using outdated drivers that are not compatible with Windows’ latest update. The following guide will show you how to fix this error.
To fix the Windows 10 error 0xc0000135, use the following workarounds –
1] Perform a Clean boot
The presence of unnecessary cache or leftovers of third-party apps on your System may lead to the 0xc0000135 error. To get rid of this bug, login as an Admin then perform a clean boot following these steps –
- Press Win+R to bring up the Run dialog.
- Type msconfig at the void and press Enter to launch the System configuration wizard.
- Next, switch to the General tab, select “Selective Startup” and uncheck “Load startup items”.
- Skip to Services and tick the checkbox “Hide all Microsoft services”.
- Lastly, press “Disable all” and OK.
A window will appear immediately prompting to restart your PC, do the same.
2] Update Device Drivers
In certain cases, Error 0xc0000135 appears after performing a Windows update. If that’s the case, this occurs due to the presence of obsolete device drivers. To fix this issue, you should update all system drivers –
- Make a right-click on the Win icon and select “Device Manager“.
- Here, look for any yellow exclamation mark against any of the available drivers.
- If yes, expand the same by clicking on the “>” button then right-click again on the specific driver bearing the yellow sign.
- Select the “Update Driver” using the context menu.
- Next, you will receive two consecutive options, choose Search automatically for updated driver software. Just follow the remaining instructions to complete this task.
- This will auto-search for the suitable driver and update the faulty ones. So make sure, you have a proper internet connection to download the respective file.
- Once the updating process is completed, Reboot the PC to save the changes made so far.
3] Install the Proper Version of the .NET Framework
In certain scenarios, the 0xc0000135 error appears due to the unavailability of the proper .NET framework installed on your PC. If that’s the case, all you need is to either install the same or update the existing ones. Before proceeding ahead, look for any installed frameworks using the below steps –
- Launch Control Panel.
- Navigate to Programs > Programs and Features.
- On the succeeding window, search for any form of the .NET framework.
- If indeed, remove the same by performing a right-click and then selecting Uninstall.
Once you remove the program, visit the Microsoft official website to get a proper .NET Framework version for your Windows 10 OS. After downloading and installing this, do restart your PC so that the changes made so far come into effect.
Note: You must know the system architecture before downloading a suitable .NET framework.
4] Use System File Checker Utility
The presence of corrupt system files may also bring the Error 0xc0000135 on Windows 10. It is thereby recommended to use the system file checker tool to locate and repair such files. Here are the essential steps to follow –
- Press Win and S jointly and type Command Prompt in the text bar.
- Put the right-click on the well-matching result and choose the Run as administrator option.
- When UAC appears, tap Yes.
- Type sfc /scannow and press Enter to start searching for corrupt system files.
- This will take approx 15 minutes to complete, hence don’t perform any other task.
When the above task completes, Restart your PC to let the system save the recent changes.
Read Next:
- How to Fix Windows Application Error 0xc0000906
- Fix Application Error 0xc0150004 on Windows 10
- How to Fix Application Error 0xc0000142 in Windows 10
Jun. 23, 2022 / Updated by
Bessie Shaw to
Gaming Solutions
0xc0000135 error, which reads “The application failed to initialize properly (0xc0000135). Click OK to terminate the application”, may appear when running any program like PlayerUnknown’s Battlegrounds on Windows 10, 8.1, 8, 7, Vista or XP. The most common cause for this error is the absence of the proper version of the .NET framework. Sometimes, it may also be caused by corrupt or missing system files, registry errors or even the driver or program compatibility issues after Windows OS updated. To troubleshoot this nettlesome issue, you can refer to the workarounds below which apply to Windows 10 and other OS.
Workaround 1. Install the Proper Version of the .NET Framework
In most cases, 0xc0000135 error may occur when you run a program that requires the .NET framework, but your computer doesn’t have the .NET framework or doesn’t install the .NET framework properly. To fix this issue, you just need to install or reinstall the proper version of the .NET framework. At first, determine if there is the .NET framework on your computer. Follow the easy steps below:
Step 1. Type “control panel” in the search bar to open the Control Panel.
Step 2. Click Programs in the Control Panel, then find Programs and Features and click it.
Step 3. All the programs installed on your computer are listed. Check if there is any form of the .NET framework.
If there is the .NET framework, just uninstall it and then have it reinstalled. If not, click here to download the proper version of .NET framework from Microsoft official website and install it. After the .NET framework installed, remember to reboot your computer to let the installation take effect. If the 0xc0000135 error still persists, try the remaining workarounds.
Note: .NET framework is a Windows-only version of .NET. You need to see system requirements before installing it. Refer to: .NET Framework system requirements.
Workaround 2. Perform a Clean Boot to Fix 0xc0000135 Error
To fix 0xc0000135 error, another workaround is to perform a clean boot on your computer, seeing if a third-party application is causing the issue. Log in Windows as an Administrator firstly and take the steps below:
Step 1. Press Windows + R to open the Run dialog box. Then type “msconfig” into the box and press Enter.
Step 2. Locate General on the System Configuration. Select “Selective Startup” and uncheck “Load startup items”.
Step 3. Skip to Services and check “Hide all Microsoft services”, then click Disable all and OK.
Step 4. Choose Restart on the new pop-up dialog box.
Read more:How to Use Windows 10 Clean Boot to Fix PC Errors
Workaround 3. Run System File Checker Utility to Detect Corrupt System Files
As we all know, broken or missing system files may cause many Windows problems, including 0xc0000135 error. So it’s recommended to run System File Checker (a useful tool in Windows OS) to detect damaged system files, and then restore the files to fix the issue. Do as follows to run System File Checker by using sfc /scannow command:
Step 1. Press Windows + X or right click the Start button to open the Power User Menu.
Step 2. Click Windows PowerShell (Admin) on the Power User Menu to access the command prompt.
Step 3. Type “sfc /scannow” in the command prompt, and then press Enter.
Then the System File Checker will automatically scan the system and replace any corrupt or missing system files to troubleshoot the error. This process may take up some time. And you need to restart your notebook/PC after this process is finished.
Workaround 4. Use Driver Talent to Troubleshoot the Error
According to the request posts from social media websites, some users encountered 0xc0000135 error after they updated their Windows OS. Therefore, it may be caused by the driver’s compatibility with the updated system. Outdated or incompatible drivers can also result in 0xc0000135 error. To troubleshoot this error, you can use a profession driver management tool, like Driver Talent, to update or repair your drivers with just one click. Click the button below to download and install it.
Download Now
Step 1. Start up Driver Talent and click Scan to detect problematic drivers.
Step 2. Check all the problematic drivers and click Start to update or repair your drivers with one click.
Step 3. Restart your laptop/desktop to make this process take effect.
Bonus tip: If you want to update your drivers manually, you can refer to this post: 2 Ways to Update Outdated Drivers in Windows 10.
If you encounter any problems during the process of fixing 0xc0000135 error on Windows 10/8.1/8/7/Vista/XP, do not hesitate to let us know. You can get to us by leaving comments under this post. More solutions to other error codes can be accessed below:
-
Fix Error Code 0x800704ec When Opening Windows Defender
-
How to Fix 0xc00007b Error on Windows 10/8.1/8/7/Vista/XP
-
Fix: Error Code 0xc000014c in Windows 10
-
3 Ways to Fix Error 0xc0000005 in Windows 10
Recommended Download
ExplorerMax |
Driver Talent for Network Card | |||
Smart and advanced file explorer tool for Windows platforms | Download & Install Network Drivers without Internet Connection | |||
30-day Free Trial |
Free Download |
Readers help support Windows Report. We may get a commission if you buy through our links.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
Multiple user reports say that Windows 11 users are facing the 0xc0000135 on their PCs. Because of this error 0xc0000135, users are unable to open any application and use them. This error has plagued several Windows 11 users.
For such users, this guide could be of help. Here, we will share a bunch of solutions to help you fix the Windows 11 app error 0xc0000135. We will also share with you what this error means and what causes it. So let us get right into it.
What is error 0xc0000135, and what causes it?
When you come across the error code 0xc0000135, you will encounter two error messages.
The application failed to initialize properly (0xc0000135). Click OK to terminate the application.
The application was unable to start correctly (0xc0000135). Click OK to terminate the application.
After some research, we have found some of the most common reasons that could trigger the Windows 11 app error 0xc0000135.
- The application is problematic: There are chances that the app that you are trying to open is problematic and is causing the problem.
- NET Framework is having issues: Outdated, corrupt, or missing NET Framework on your PC can give rise to the error 0xc0000135 on your PC.
- Microsoft store is having issues: The Microsoft or Windows Store might be having some underlying problems that are causing the 0xc0000135 error.
- The update is problematic: Often the Windows version that you have on your PC is problematic and causes various issues.
Let us look at solutions to help you fix the Windows 11 app error 0xc0000135.
How can I fix the Windows app error 0xc0000135?
1. Reinstall the program
- Open the Start menu by pressing the Win key.
- Open Control Panel.
- Click on Programs and Features.
- Select your program and click the Uninstall button at the top.
- Follow the on-screen prompts to uninstall the program from your PC.
- Open Microsoft Store or the website from where you have downloaded the app.
- Download and install the program.
Some applications files might have gone missing or did not install during the previous installation. In such a case, reinstalling the application makes sense as it will load all files from scratch.
2. Renable NET Framework and Windows Communication Foundation
- Open the Start menu by pressing the Win key.
- Open Command Prompt as an admin.
- Type the below commands and press Enter after each one.
dism /online /enable-feature /featurename:netfx3 /all
dism /online /enable-feature /featurename:WCF-HTTP-Activation
dism /online /enable-feature /featurename:WCF-NonHTTP-Activation
- Wait for the process to complete.
- Restart your PC.
One user shared this solution on the official Microsoft forum to resolve the Windows 11 app error 0xc0000135.
- Microsoft finally issued fix recommendations for an ancient Microsoft Store bug
- Fix: An Error Occurred While Loading a Higher Quality Version of This Video
- iTunesMobileDevice.dll is Missing From Your Computer [Solved]
3. Download the latest version of NET Framework
- Visit the official Microsoft website.
- Select the latest version of the NET Framework.
- Click on the NET Framework and download the file.
- Install the NET Framework on your PC.
You should ensure you have the latest version of NET Framework installed on your PC. This will not only help you fix the error 0xc0000135 but will also fix other associated errors.
4. Run Windows Apps troubleshooter
- Press the Win + I keys to open the Settings menu.
- Click on Troubleshoot.
- Select Other troubleshooters.
- Hit the Run next to Windows Store Apps.
- Apply the fixes.
- Restart your PC.
Often these petty problems are resolved by using the Windows troubleshooter. It is a built-in utility that provides a bunch of troubleshooting options.
5. Reset Windows Store using CMD
- Open the Start menu by pressing the Win key.
- Open Command Prompt as an admin.
- Type the below command and press Enter.
WSreset.exe
- Wait for the process to complete.
- Restart your PC.
Microsoft Store might get stuck with bugs or glitches that could trigger multiple issues with the programs downloaded from the Store.
You can quickly fix it by resetting the Microsoft Store. Moreover, this also deletes all the cache files, which can cause issues if corrupted.
6. Re-register the Store apps
- Open the Start menu by pressing the Win key.
- Open Windows PowerShell as an admin.
- Type the below command and press Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Restart your PC.
If you are sure that your system isn’t at fault here and the Store apps are causing issues, then you can re-register the apps.
7. Uninstall the update
- Open the Settings menu by pressing the Win key.
- Click on Windows Update on the left.
- Select Update history.
- Scroll down and click on Uninstall updates.
- Click the Uninstall button next to the latest update.
- Follow the on-screen process to uninstall the update.
- Restart your PC.
Windows update often contains bugs that can cause your PC to misbehave. Programs can also falter and throw up errors, such as the 0xc0000135 error code. You can try to uninstall the latest update installed on your and check whether this fixes the issue.
8. Run the app in Clean Boot State
- Open the Start menu by pressing the Win key.
- Type msconfig and press Enter.
- Switch to the Services tab.
- Select the Hide all Microsoft Services option.
- Click on Disable all.
- Click Apply and OK.
- Press Ctrl + Shift + Esc to open the Task Manager.
- Disable the processes.
- Restart your PC.
- Re-run the program and check if this fixes the issue or not.
Opening the program in the Clean Boot State ensures that any other third-party or Microsoft services don’t conflict with the program in question.
You can check if the clean boot state runs the program without any issues, which fixes the error 0xc0000135.
That is it from us in this guide. The Windows update error 0x80888002 is another standard error that is reported by users from time to time. But, again, you can check out our guide for help.
We would also like you to check out our guide on the Windows update error 0x8007000B, which explains all the practical solutions to resolve the problem.
For a comprehensive list of solutions that has helped users resolve the update error 0x8024402c, we suggest you check our guide.
Feel free to let us know in the comments below which one of the above solutions resolves the 0xc0000135 error for you.
Sagar Naresh
Sagar is a web developer and technology journalist. Currently associated with WindowsReport and SamMobile. When not writing, he is either at the gym sweating it out or playing country music on his guitar.
He is an avid traveler and has been to 15 countries, going to more places soon. TRAVEL and WORK is his mantra for a peaceful life.
What is Error Code 0xc0000135 on Windows 10/11?
The error code 0xc0000135 on Windows 10/11 typically arises from conflicts between your PC and a third-party program, often when attempting to run an application that needs the .NET Framework.
The Causes of Error 0xc0000135 on Windows 10/11
There are many potential causes behind the error 0xc0000135 on Windows 10/11. But again, the most common cause is a conflict between third-party apps installed on your computer. Other possible reasons include the following:
- corrupt system files
- unnecessary system junk
- obsolete device drivers
- incomplete installation of applications
- stored cache
How to Fix 0xc0000135 on Windows 10/11
To fix the Windows 10/11 error code 0xc0000135, try any of the following workarounds:
Fix #1: Perform a clean boot
If unnecessary system and cache files are present of your computer, the error code 0xc0000135 may occur. To fix this, perform a clean boot by following the steps below:
- Open the Run utility by using the Windows + R shortcut.
- Type msconfig into the text field and hit This will launch the System Configuration wizard.
- Navigate to the General tab.
- Choose Selective Startup and untick the Load Startup Items option.
- Go to Services and check the box next to the Hide all Microsoft Services option.
- Click Disable all.
- Hit OK.
- At this point, a window will pop up, asking you to restart your computer.
Alternatively, you can use a trusted PC repair tool to get rid of unnecessary system files on your behalf. One tool we recommend is Outbyte PC Repair.
Fix #2: Update outdated device drivers
In some cases, the error code 0xc0000135 on Windows 10/11 appears after installing a Windows update. If this is the case, there is a chance that one of your device drivers is no longer supported by your new Windows OS. So, you need to update it.
Here’s how:
- Right-click on the Start menu and choose Device Manager.
- Check if there are yellow exclamation marks beside the names of the device drivers on the list. If yes, click on the > And then, right-click on the name of the driver.
- Choose Update Driver.
- Now, you will be shown two options. Select Search automatically for update driver software.
- Follow the on-screen prompts to complete the process. Wait as Windows search for a suitable device driver and update the updated version.
- Once the process is completed, restart your computer.
Fix #3: Use the System File Checker utility
It is likely that corrupt system files are also causing the error code 0xc0000135 on Windows 10/11. To fix corrupted system files, use the System File Checker utility.
Below is a detailed guide on how to do it:
- Into the Cortana search bar, input command prompt and hit Enter.
- Right-click on the first matching result and select Run as Administrator.
- When prompted, click Yes.
- The Command Prompt should be up by now. Input the sfc /scannow command into the command link and press Enter to start looking for corrupt system files.
- While Windows is searching, make sure you don’t do anything. Once done, restart your computer.
Fix #4: Install an updated version of the .NET Framework
Although it rarely happens, the error code 0xc0000135 on Windows 10/11 may also be triggered by an outdated version of the .NET Framework. To update it, follow the instructions below:
- Open Control Panel.
- Navigate to Programs and select Programs and Features.
- On the window that appears, look for any file or form associated with the .NET Framework.
- Remove duplicate files by right-clicking on them and choosing Uninstall.
- Next, update your .NET Framework version by visiting Microsoft’s official website and downloading the latest version.
- After downloading, install the .NET Framework and restart your computer.
Wrapping Up
The error 0xc0000135 may not cause serious physical damage to your Windows computer, but it sure does affect your productivity. So, if you ever come across the error code, we’re assuming that you know what to do. Bookmark this page to have a quick reference or guide in the future.
Give us some love and rate our post!