I too having the same prob with VS2019, ASPNET , IISExpress. please confirm the proper solution for this issue.
Blue screen: HTTP.sys error
recently started getting blue screen error when running Visual Studio 2019 and IIS Express application
msinfo:
https://1drv.ms/u/s!AgLJxHDVN__BhSnnjqW37EXiiXZ8?e=uin5sb
minidumps:
https://1drv.ms/u/s!AgLJxHDVN__BhSjD62yp8R-oqm1X?e=hlhbWE
thanks
Windows for home | Windows 10 | 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.
70 answers
Sort by: Most helpful
-
Anonymous
2021-06-21T15:54:46+00:00 -
Anonymous
2021-06-21T10:57:01+00:00 Exact same thing here. Working on a web forms project in VS2019 on Win10 using IIS Express to debug. Shortly after starting to debug i get a BSOD referencing http.sys. It doesn't happen every time. Hope someone at MS is seeing this. The BSOD just started to occur after the most recent updates were installed.
-
Anonymous
2021-06-19T06:55:49+00:00 Execute this command.
wusa /uninstall /kb:5003637
Hi, Windows Stand-alone installer says that the update isn't installed on my system. I checked this page and it says *something* about not being able to remove the LCU because of something related to SSU :-), so maybe it can't be removed? June 8, 2021—KB5003637 (OS Builds 19041.1052, 19042.1052, and 19043.1052) (microsoft.com)
-
Anonymous
2021-06-18T23:29:33+00:00 Hi,
I am experiencing the same BSOD, but I am using VSCode latest and Chrome (latest) Developer tools. After so many refreshes of the browser, the BSOD throws and HTTP.sys is shows. This did not start to occur until today, I also have the June 8th update. There are various other machines with the same behavior, but we're not all triggering it the same way. We are using local IIS, not IIS Express on any machines that I know of. Some are using VS2019, others VSCode. Range of .NET Standard and .NET Core applications, doesn't appear to matter.
I've been able to trigger it multiple times by deploying a new artifact to an ASP.NET application folder and then refreshing the site in the Chrome browser to pick up changes; do this a dozen or so times and BSOD throws with HTTP.sys.
Hope this helps!
-
Anonymous
2021-06-18T16:20:01+00:00 Thanks for the tip Tomáš.
I didn't mention that I'm currently working on a .NET Framework 4.7 project, so that couldn't be a choice.