Share via

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

Corey Fleig 430 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?

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
{count} votes

Answer accepted by question author
  1. Bruce (SqlWork.com) 83,421 Reputation points Volunteer Moderator
    2024-04-05T20:27:33.27+00:00
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Corey Fleig 430 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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.