Console Application C# in Visual Studio

Asked

Viewed 798 times

0

I downloaded the VS 2017 and I’m having problems, I can’t work with the Application Console. I start the program and do the following:

  1. Filing cabinet
  2. New Project
  3. Application in C#

There are several options to work with the language but none of them shows the option of "Console Application C#", someone can tell me the reason?

1 answer

5


You made sure to have the package installed .NETwhen installing Visual Studio? Even if you work with C#, if you are going to use the application console you will need the package .NET installed. Certifique de ter essa opção selecionada

You can check this by opening the installer .exe, that will show you this screen:inserir a descrição da imagem aqui

Click Modify and you will see all installed packs, in case the .NET not selected just mark and install :)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.