Console Application C # in Visual Studio [closed]

0

I downloaded VS 2017 and I'm having problems, I can not work with Console Application. Start the program and do the following:

  • File
  • New Project
  • C # application
  • There are several options for working with the language, but none of them shows the "Console Application C #" option, can anyone tell me why?

        
    asked by anonymous 27.07.2017 / 21:57

    1 answer

    5

    Have you made sure that you installed the .NET package at the time of installing Visual Studio? Even if you work with C #, if you use the console application you will need the .NET package installed.

    Youcancheckthisbyopeningthe.exeinstaller,whichwillshowyouthisscreen:

    Click modify and you will see all installed packages, if .NET is not selected, just check and install:)

        
    27.07.2017 / 22:05