Program not running in Visual Studio 2019

Hieu HO 1 Reputation point
2021-04-04T00:03:24.057+00:00

Hello,

I just installed Visual Studio 2019 onto my laptop and I can't run or debug anything since I installed the program. I am assuming I have nothing in my "solutions". Is that why nothing is working? I appreciate if someone can guide me to fixing this error.

84234-error.png

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,757 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,004 questions
{count} votes

7 answers

Sort by: Most helpful
  1. Gamage Ishini Savishka 1 Reputation point
    2022-06-01T16:46:50.917+00:00

    Go to Tools->Options->Debugging->General and see if the option "Use Managed compatibility mode" is selected. If it is, uncheck it and try again.

    0 comments No comments

  2. مقصود احمدی 0 Reputation points
    2024-01-27T13:57:11.5466667+00:00

    Hello, I have just started web programming and I am writing a program with Visual Studio, but whatever I do, the project does not run. The first time I tried to run the project, it shows a box saying do you trust the program or I clicked no.

    0 comments No comments

Your answer

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