About 2,400,000 results
Open links in new tab
  1. c# - Where can i run my code in visual studio? - Stack Overflow

    Nov 23, 2020 · 3 Check this guide Tutorial: Create a simple C# console app in Visual Studio Open Visual Studio 2019. On the start window, choose Create a new project. On the Create a new …

  2. "No C# project is currently loaded" in Visual Studio Code when ...

    Oct 18, 2023 · dotnet new console --framework net8.0 this however did not create .sln file (as pointed by koogel) required for Visual Studio Code to recognise a project. In order to open …

  3. How do I show output from C# code in Visual Studio Code?

    Jul 9, 2025 · 1 I am new to using Visual Studio Code and I need help with the UI. When I run and debug the code, it outputs to the terminal instead of a window like it does in Visual Studio. Is it …

  4. Run C# Console Application on Visual Studio Code Editor on …

    Aug 14, 2015 · Is there any way to create (from scratch) and run simple C# Console app in VSCode editor. ? Can you please provide step-by-step instruction how I can do that? What …

  5. c# - Visual Studio Code run individual .cs files - Stack Overflow

    Mar 27, 2018 · In Visual Studio Code Open the folder containing your Program.cs file, as long as their is a project file in that folder you can open a new terminal window and type dotnet build …

  6. Can't run program because it asks me to attach on process

    2 I have x64 on my mashine and after installing Visual Studio I couldn't run the code same as you. I solved the issue by deleting this Path system's variable which is in System Properties > …

  7. How can I compile and run a C# program without using Visual …

    Building C# Applications Using csc.exe While it is true that you might never decide to build a large-scale application using nothing but the C# command-line compiler, it is important to …

  8. Running a C# program with command line prompts in Visual …

    May 26, 2017 · I am running an inherited project written in C# inside Visual Studio Code. In order for this application to run, it needs to take command line input (-t, -h, etc).

  9. Visual Studio not running / debugging code anymore

    Apr 8, 2020 · Visual Studio not running / debugging code anymore Please try these suggestions: Suggestions unload your current project by right-click on your project--> Unload your project …

  10. c# - Can't run code in Visual Studio Community Edition - Stack …

    Aug 22, 2023 · 0 I started a course about C#, but when I tried to run the code there was no button, just a button named attach. I searched online and have found no clue on how to solve …