© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
19 replies
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
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ how open winforms vs 2019
C#CC# / help
2y ago
❔ Primary constructors in VS 2019.
C#CC# / help
3y ago