I created it as public, I don't know why it's showing some people access denied.
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: Oldest
-
Anonymous
2021-06-29T15:27:43+00:00 -
Anonymous
2021-06-30T03:11:12+00:00 I added the registry key and have not had a GSOD/BSOD since. Thanks for providing this workaround, I'm now able to work again.
-
Anonymous
2021-06-30T06:05:28+00:00 I had the same issue on 2 machines, both Windows 10 (not latest Windows Update, H20 I think), VS19, IISExpress Chrome
Followed the instructions here (posted before by different user):
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannowThen I installed the latest Updates (H21).
Both machines work now without a BSOD.
-
Anonymous
2021-07-08T23:49:31+00:00 I am also experiencing the same issue. I tried various troubleshooting steps. Even I clean installed Windows.
None of the solutions helped. I can pretty much reproduce the issue by using VS 2019 with IIS. As a workaround I'm using is VS debugging with Kestrel. But I started seeing a new error code yesterday.
-
Anonymous
2021-07-09T00:22:29+00:00 @Upex - what troubleshooting steps have you tried? Did you try the registry change to disable HTTP/2, mentioned in several threads on this topic? That seems to resolve the issue for most users. A more aggressive workaround is rolling back to an earlier version of http.sys, which other users have reported as resolving the issue. I've also seen suggestions including uninstalling various updates, disabling SSL in project properties, running Fiddler to intercept and parse web traffic, and doing a "dism /online /cleanup-image /restorehealth" followed by an "sfc /scannow".
I'd try the registry change first, if you haven't already.
Getting pretty annoyed by this issue. I'm doing IT support for almost 100 developers, most of whom are experiencing this issue. Sure hope Microsoft puts out a fix this coming Patch Tuesday!