App doesn't perform in VS 2022 windows 11 exactly like VS 2019 WIndows 10

Corey Fleig 40 Reputation points
2024-04-05T19:19:21.32+00:00

I wrote an online store using VS 2019 on Windows 10, MVC Core 3.1. Works perfectly.

I got a new pc with Windows 11, installed VS 2022, and ported the app over. I also resolved the issues from Startup.cs to Program.cs. Everything compiles. (MVC Core, .Net 8).

However, when I run the app inside VS 2022, out of about 10 anchored links, two of them don't fire. I set debug to stop in the controller, but it never gets there.

I didn't change any code at all in the views/controllers/Layout. Just Program.cs.

Any thoughts before I tear this app apart?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,387 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,178 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,618 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 56,531 Reputation points
    2024-04-05T20:27:33.27+00:00
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Corey Fleig 40 Reputation points
    2024-04-05T20:26:02.0466667+00:00

    It doesn't appear to be a migrating issue. Network Trace View should help pinpoint the problem!

    0 comments No comments