C# Tutorial - 03 - Compile and Run C# Programs
Loading...
15,758
Loading...
There is no Interactive Transcript.
Uploader Comments (ProgrammingVideos)
see all
All Comments (10)
-
Program.cs(3,14): error CS0234:
what now? PLS HELP!
-
It says acces denied. What can I do?
-
O.K Thex
-
@themanp6p You may be running the app with debugging (F5) instead of without debugging (Ctrl+F5). Visual Studio will then close the console window as soon as it's done running. You can also add a Console.ReadKey(); statement at the end of Main to prevent the window from closing.
-
thnx man .. good job :)
-
thanks a lot :D so easy to use csc.exe
Loading...
To run my program i'm need to prees ctrl+F5?
eladelad1212 7 months ago
@eladelad1212 Yes. You can also locate and run the executable file that Visual Studio creates in your project folder after you have compiled the program.
ProgrammingVideos 6 months ago