5

I am trying to import some C# 2015 Console Code into 2017, and I can't seem to find the Console option for C#. The console option did exist in 2015.

I tried an elevated developer prompt and ran devenv /installvstemplates with no change.

enter image description here

enter image description here

5
  • 1
    There should be a "Classic Desktop" node in the tree, try re-running the 2017 installer and make sure "desktop development" is selected as an install option. (Try searching in the top right box for "console" first just in case its hidden) Commented Apr 16, 2017 at 14:55
  • I reran setup and selected every optional component under "desktop development" and still no go. I'm using the online community installer. Commented Apr 16, 2017 at 15:15
  • 3
    You should try to install .NET desktop development. If I create a console application, the name is "Console Application (.NET Framework)" Commented Apr 16, 2017 at 15:45
  • 3
    In your new pic .Net Desktop Development is unticked Commented Apr 16, 2017 at 16:48
  • 1
    After installing all options for .NET desktop Environment, I see some options for console: "Console App (.NET Core)" & "Console App (.NET Framework)" Commented Apr 16, 2017 at 17:10

1 Answer 1

5

Easiest way to find project template which interest us is to write down it's name in search box (1) enter image description here Regular console application is "Console App (.NET Framework)" (2).

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.