Created a new project in asp.net web application visual studio 2022 and i get a blue screan when trying to open it

Rikuc 0 Reputation points
2023-03-14T14:45:57.02+00:00

so i created a brand new project i tried to run it right away and i'm getting blue screens everytime after compiling the project.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
2,736 questions
ASP.NET MVC
ASP.NET MVC
A Microsoft web application framework that implements the model-view-controller (MVC) design pattern.
714 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Abishek Haththakage 0 Reputation points
    2023-03-15T09:27:05.03+00:00

    There are many causes of blue screen errors, however, in this situation, it can be due to how your development environment is set up. You might attempt the following steps to solve the problem:

    1. Verify that your machine satisfies the Visual Studio 2022 system requirements. Verify that you have the necessary Memory, processing power, and disk space.
    2. Ensure that Visual Studio, your operating system, and any other applicable applications have all received the appropriate updates and service packs.
    3. Temporarily disable any firewall or antivirus software before attempting to reopen the project.
    4. Open the project in Safe Mode if you can. To accomplish this, restart your computer and choose Safe Mode by continuously pressing F8 until the Advanced Boot Options screen displays.
    5. Try repairing or reinstalling Visual Studio if the previous methods don't help.