kb5011048 win update & c# WPF application

Karin Biton 0 Reputation points
2023-08-10T13:50:51.3433333+00:00

Hello everyone

I wrote a WPF c# application using .NET framework 4.6.1
After Windows update kb5011048, the application does not open. (double click with no response)
It happens in every pc that was updated recently. 

When removing the specific update, the app returned to work.

Any Idea what can cause this issue or how to fix my app to make it work?

Many thanks!

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hui Liu-MSFT 48,651 Reputation points Microsoft External Staff
    2023-08-11T02:16:19.0366667+00:00

    Hi,@Karin Biton . Welcome Microsoft Q&A.

    Here are some steps you could take to troubleshoot and potentially fix the issue:

    Check Event Viewer: Look in the Windows Event Viewer for any application-related error messages or crash reports. This might provide insights into what's causing the application to fail.

    Check Compatibility: Make sure that your WPF application is compatible with the version of the .NET Framework you're using (4.6.1 in this case) and any other dependencies it relies on.

    Debugging: If possible, attach a debugger to your application to see where it's failing or hanging. This might provide more information about the cause of the issue.

    Rollback Windows Update: Since removing the specific update (kb5011048) allows your application to work, you might consider delaying that update or looking for further information from Microsoft about any known issues with that update.

    Update .NET Framework: Check if there are any updates or patches for the .NET Framework version (4.6.1) you're using. Applying the latest updates might resolve compatibility issues.

    Check for Third-Party Libraries: If your application relies on third-party libraries or components, ensure that they are also compatible with the Windows update and .NET Framework version.

    Check Graphics Drivers: In some cases, graphics driver updates can cause compatibility issues with WPF applications. Ensure that your graphics drivers are up to date.

    Check Application Logs: If your application logs its own events or errors, check those logs to see if they provide any clues about the issue.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.