A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
I have the same problem (same day as you). I was already on the latest version, so it might be another update?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
VS 2017 was updated last night and now NONE of my project will launch during debugging to ANY browser. No localhost will open. Have deleted VS folder in one project and rebuilt and nothing work.
There is no option in VS Installer to rollback the update either.
I need to be able to debug my web site projects locally!!!
Please help!
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
I have the same problem (same day as you). I was already on the latest version, so it might be another update?
tldr:
manually remove the update KB5066128 using a admin version of CMD:
wusa /uninstall /kb:5066128
this resolves the problem.
I had tried
dism /online /cleanup-image /restorehealth
sfc /scannow
It takes a log time to check all the files. It found some problems, but didn't resolve this problem.
I looked in the event logs and saw this install last night:
Installation Started: Windows has started installing the following update: 2025-10 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 11, version 25H2 for x64 (KB5066128)
Removing that patch fixes the issue that you can't run debug in any browser.
Thanks for reaching out! Here are some steps which are helpful
%LocalAppData%\Microsoft\VisualStudio\<version>\WebApps.