Share via

I am getting 0xc0000135 error when opening any application

Anonymous
2022-05-11T05:53:47+00:00

So,

I have just updated to the Windows 11 Release Preview channel newest build 22000.675

and most of the application has started showing error like this when i open them:-

I tried reinstalling the applications, I tried to reinstall the .NET Framework. but still the applications are showing the error.

Windows for home | Windows 11 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Sumit 43,336 Reputation points Volunteer Moderator
    2022-05-11T14:02:59+00:00

    This is a known issue:

    Windows 11 known issues and notifications | Microsoft Docs

    After installing KB5012643, some .NET Framework 3.5 apps might have issues or might fail to open. Affected apps are using certain optional components in .NET Framework 3.5, such as Windows Communication Foundation (WCF) and Windows Workflow (WWF) components.

    Workaround: You can mitigate this issue by re-enabling .NET Framework 3.5 and the Windows Communication Foundation in Windows Features. For instructions, please see Enable the .NET Framework 3.5 in Control Panel. Advanced users or IT admins can do this programmatically using an elevated Command Prompt (run as administrator) and running the following commands:

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

    **Next steps:**We are working on a resolution and will provide an update in an upcoming release.

    Fix Apps not working after installing KB5013943 - Your Windows Guide

    23 people found this answer helpful.
    0 comments No comments
Answer accepted by question author
  1. Günter Born 49,451 Reputation points Volunteer Moderator
    2022-05-11T13:14:45+00:00

    It seems that's the same bug as in April preview update - here are details and fixes.

    Windows 11: Update KB5013943 results in application error 0xc0000135

    I have escalated it to the group of Microsoft moderators to forward it to the product group.

    14 people found this answer helpful.
    0 comments No comments

12 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-05-11T16:10:49+00:00

    Hello to the community!

    After this morning's (i.e. 11 May 2022) Windows 11 updates (.NET and May update) I was unable to run a very important tool for me: my password safe!!! (KeePass Password Safe), which was working yesterday. I, got the error 0xc0000135.

    I solved the issue by installing .NET 3.5, which was not useful before (as only the 4.8 was requested).

    Please ask Microsoft engineers to rapidly solve this really annoying bug.

    Regards,

    Pascal Garin

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2022-05-11T17:50:36+00:00

    Hm, interesting.

    On my W11 Desktop-PC i have no issues with both updates.

    My W11 Laptop refuses to start apps with the errorcode 135 and MS .net was (had/has) only 4.8 installed (standart).

    I unistalled the KB5013943 and everything works as intended.

    So, but adding .net 3.5 does also the trick? strange... dr. strange...

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2022-05-11T06:29:24+00:00

    Hello, I'm Louie, and I'm happy to help you today. Hope you're doing well and safe there. I'm sorry that you're having trouble with your App. I would suggest you to try each solution below to fix the issue.

    Solution 1 - Run Windows App Troubleshooter:

    Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter

    Solution 2 - Check for App Updates in MS Store Hub (three dots at top right of Store app) > Downloads & Updates.

    Solution 3 - Try to Reset or Repair the app

    Go to Windows Settings > Apps > Apps & Features > [Name of App] > Advanced Options > Reset or Repair. Restart PC.

    Solution 4 - Reset Windows Store through Command Prompt

    Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer

    Solution 5 - Re-register All Store apps (If get many Reds, you can just ignore it)

    Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter > Restart your computer

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Solution 6 - Uninstall the app then restart PC, reinstall the app from MS Store Hub (three dots at top right of Store app) > My Library.

    If issue still continues try the solutions provided on the thread below.

    https://answers.microsoft.com/en-us/windows/for...

    Hope this helps and looking forward for good results.

    Kind regards,

    Louie

    1 person found this answer helpful.
    0 comments No comments