C#C
C#3y ago
anka_a

❔ VS 2019 Basic Start Error

When I try to use even a basic code like;
using System;

namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
it launches the cmd prompt inside VS and leaves me with the message, (1)
I am quite new to c# and I cannot proceed due to this.
image.png
Was this page helpful?