Skip to content

Bits of .NET

Daily micro-tips for C#, SQL, performance, and scalable backend engineering.

  • Asp.Net Core
  • C#
  • SQL
  • JavaScript
  • CSS
  • About
  • ErcanOPAK.com
  • No Access
  • Privacy Policy
Windows

How to solve 0xc0000135 application errors after Windows 11 Update

- 20.05.22 - ErcanOPAK

Windows 11 users are receiving 0xc0000135 errors when attempting to launch applications after installing the recent Windows 11 KB5013943 cumulative update.

Yesterday, Microsoft released new Windows cumulative updates to fix security vulnerabilities and bugs as part of the May 2022 Patch Tuesday.

These updates include the Windows 11 KB5013943 update, which included fixing a bug causing .NET Framework 3.5 apps not to open if they used the Windows Communication Foundation (WCF) and Windows Workflow (WWF) components.

KB5013943 update breaks .NET  applications

However, Microsoft’s fix seems to have caused further issues, as now Windows 11 users are reporting [1, 2, 3, 4, 5] a wide variety of applications that can no longer open after installing the KB5013943 update.

Affected applications vary per user, but some of the reported problems include ProtonVPN, PowerShell, Event Viewer, Sound Blaster Command, KeePass, Visual Studio, Discord, ShareX, and more.

When attempting to open the application, Windows 11 displays an error stating, “The application was unable to start correctly (0xc0000135). Click OK to close the application.”, as shown below.

Windows 11 0xc0000135 error when launching an application
Windows 11 0xc0000135 error when launching an application
Source: answers.microsoft.com

“So I just updated my laptop to the newest version of Windows 11 and I am getting a lot of application errors and auto startup errors for apps. Is there a way to fix this? Error 0xc0000135,” a user posted to the Microsoft Answers forum.

“Is anybody running into an error after KB5013628 / KB5013943 – The application was unable to start correctly (0xc0000135) unable to start any .NET 4.8 programs – bing/visual studio, etc,”  explained another user on Twitter.

The 0xc0000135 error indicates that the application failed to find a DLL file required for the program to operate correctly, so the program could not start. In this particular issue, it appears that the application is looking for .NET DLLs and is unable to find them.

Uninstalling the Windows 11 KB5013943 update resolves the problem but leaves the device unprotected against newly patched vulnerabilities.

Windows 11 users have discovered that it is possible to fix this issue by ensuring the .NET 3.5 framework is enabled or reinstalling it.

To do this, you can go to Control Panel > Programs > Turn Windows features on or off and make sure .NET Framework 3.5 (includes .NET 2.0 and 3.0) and Net Framework 4.8 Advanced Services are checked, as shown in the image below.

Turn Windows features on or off control panel
Turn Windows features on or off control panel

Alternatively, you can open a Windows 11 elevated command prompt (Run cmd.exe as an administrator) and execute the following commands to enable the features.

dism /online /enable-feature /featurename:netfx3 /all 
dism /online /enable-feature /featurename:WCF-HTTP-Activation 
dism /online /enable-feature /featurename:WCF-NonHTTP-Activation

If this does not work, you should uninstall the .NET features from the Control Panel and then reinstall them to perform a repair process.

Finally, if all else fails, you can uninstall the KB5013943 update. However, this is strongly discouraged as it will leave your device unprotected from the latest security threats.

Thanks to bleepingcomputer.com for the article.

Related posts:

Windows 11 Power User Secret: How PowerToys Makes You 3x More Productive

Why Disabling Startup Apps Is Not Enough (And What Actually Works)

Windows 11: Use Screen Recording Without Third-Party Software

Post Views: 29

Post navigation

How to get the integrity value for a jquery version of script reference in a web page
How to put text inside MVC Razor code block

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

April 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  
« Mar    

Most Viewed Posts

  • Get the User Name and Domain Name from an Email Address in SQL (950)
  • How to add default value for Entity Framework migrations for DateTime and Bool (858)
  • Get the First and Last Word from a String or Sentence in SQL (836)
  • How to select distinct rows in a datatable in C# (805)
  • How to make theater mode the default for Youtube (754)
  • Add Constraint to SQL Table to ensure email contains @ (578)
  • How to enable, disable and check if Service Broker is enabled on a database in SQL Server (564)
  • Average of all values in a column that are not zero in SQL (531)
  • How to use Map Mode for Vertical Scroll Mode in Visual Studio (489)
  • Find numbers with more than two decimal places in SQL (448)

Recent Posts

  • C#: Use Init-Only Setters for Immutable Objects After Construction
  • C#: Use Expression-Bodied Members for Concise Single-Line Methods
  • C#: Enable Nullable Reference Types to Eliminate Null Reference Exceptions
  • C#: Use Record Types for Immutable Data Objects
  • SQL: Use CTEs for Readable Complex Queries
  • SQL: Use Window Functions for Advanced Analytical Queries
  • .NET Core: Use Background Services for Long-Running Tasks
  • .NET Core: Use Minimal APIs for Lightweight HTTP Services
  • Git: Use Cherry-Pick to Apply Specific Commits Across Branches
  • Git: Use Interactive Rebase to Clean Up Commit History Before Merge

Most Viewed Posts

  • Get the User Name and Domain Name from an Email Address in SQL (950)
  • How to add default value for Entity Framework migrations for DateTime and Bool (858)
  • Get the First and Last Word from a String or Sentence in SQL (836)
  • How to select distinct rows in a datatable in C# (805)
  • How to make theater mode the default for Youtube (754)

Recent Posts

  • C#: Use Init-Only Setters for Immutable Objects After Construction
  • C#: Use Expression-Bodied Members for Concise Single-Line Methods
  • C#: Enable Nullable Reference Types to Eliminate Null Reference Exceptions
  • C#: Use Record Types for Immutable Data Objects
  • SQL: Use CTEs for Readable Complex Queries

Social

  • ErcanOPAK.com
  • GoodReads
  • LetterBoxD
  • Linkedin
  • The Blog
  • Twitter
© 2026 Bits of .NET | Built with Xblog Plus free WordPress theme by wpthemespace.com