-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
This issue has been moved from a ticket on Developer Community.
[severity:I'm unable to use this version] [regression] [worked-in:17.10]
I updated Visual studio from 17.10 to 17.12.
Since then, the blazor server app seems to be running fine looking at the logs, but the browser which used to open automatically stopped opening.
on trying to access https://localhost:7270, which was earlier working, now gives connection refused error.
The UI is not loading even when I tried to run without debugging.
Original Comments
Mackinnon Buck [MSFT] on 12/6/2024, 07:37 PM:
Thanks for reaching out. Does this happen on a new project without any changes? Or does it only happen for a specific app?
If the latter is true, could you please share with us a minimal repro project, hosted on GitHub as a public repository? That would help us investigate the problem further. Thanks!
Why do we ask for more info?
We try to reproduce all issues reported with the information provided in the description and comments. When we can’t reproduce the issue, we ask you for more information so we can resolve the issue as quickly and efficiently as possible.
In our guidelines, you can get tips on how to provide clear and simple reproducible steps.
Mithilesh Khadekar on 12/7/2024, 03:54 AM:
I have rolled back to VS 2022 v17.10 and now the same project is working fine as before.
So seems to be some upgrade issue.
The project is an old one, i wanted to switch to .NET 9 and that required upgrading VS 2022 to 17.12.
you could try to replicate the issue by creating a sample app on VS 17.10, get it up and running and then do an upgrade to VS 17.12 and try and run the app. That’s what i have observed.
Not sure it will replicate with a fresh code. I will give it a try and share repo if possible.