Answer the question
In order to leave comments, you need to log in
How to fix error in Visual Studio Code?
I downloaded visual studio, decided to write the most primitive code, when I try to run it, a window pops up with the error "The project does not know how to launch the profile *profile name*", what should I do?
Ps I'm a complete zero in programming and everything that follows from it, so if it's possible in a simpler way ...
here is the code (although there are no errors in it)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyFirstApp
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Привет");
Console.ReadKey();
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question