Can I make C# Console applications on Visual Studio 2012 Express for Windows 8?

12,652

Solution 1

Like Bob commented: you need desktop version:

http://www.microsoft.com/visualstudio/eng/downloads#d-2012-express

Here are listed all versions. For some reason, Windows 8 means tiles for microsoft. You can create desktop applications, which work on the "metro" environment on a normal PC, with that "... for windows 8" version.

Solution 2

Here is another solution in the link below: (Creating a Console App in Visual Studio Express 2012 for Web) http://possiblythemostboringblogever.blogspot.com.au/2012/08/creating-console-app-in-visual-studio.html

The main point is like: I've installed and am using Visual Studio Express 2012 for Web as my primary IDE for C#. There isn't a template for a console application.

So if you want 1980s goodness, create a new Class Library project and on the Project Properties page, setting Output Type to Console Application.

enter image description here

Solution 3

Sure, You can create console application from visual studio 2012 Express. Visual studio 2012 express has no separate template for Console application.But it has template for class library. One solution you can find here . http://w3techno.blogspot.in/2014/04/create-console-application-in-visual.html

Share:
12,652

Related videos on Youtube

Abhishek Sha
Author by

Abhishek Sha

Engineering Student in the field of Information Technology, with a knack for anything related to the technology, computing, programming, gaming and gadgets. So yes, I am a geek and I often get asked to fix computers. I am a self learner and I like to learn by hacking. Not a great coder, but anything I code is done with passion for that technology and not just because I have to or I can do. I love the concept of creating rich experiences and making life a whole lot easier by instructing the machine to your whims and fancies. Application Developer for the Windows 8 and Windows Phone platforms and a Microsoft Student Partner. I own an Droid and hence most of life would already be wasted flashing new ROMs and restoring backups iPhone 5. Avid Twitter-er too and all around a nice person. Oh, and an extremely proud owner of the PlayStation 3 and the Google Nexus 7. Also I love these genre of games - RTS, Action, FPS and Simulation. You can follow me on: Twitter Facebook Google+ OR PM: [email protected] (Actually, you'd better follow me on Twitter!)

Updated on September 18, 2022

Comments

  • Abhishek Sha
    Abhishek Sha over 1 year

    As the question, can I make C# console applications on Visual Studio 2012 Express for Windows 8? I am aware that you can create Windows 8 apps but is there a template to create C# based console applications?

    • tvdo
      tvdo about 11 years
      You'll need Express for Windows Desktop to create traditional console programs.
  • Paul
    Paul about 10 years
    Hi Chandrasen - when referencing an external link, please summarise the content of the link so that the answer still stands if the link breaks. You can edit your answers with the edit link below your answer.
  • Nam G VU
    Nam G VU almost 10 years
    Yeah as Paul said, need a snapshot content for external link backing up for broken link(s)
  • Nam G VU
    Nam G VU almost 10 years
    Too much costly to install another express instance of Visual Studio. Should the answer below get accepted superuser.com/a/620284/34893
  • Gjordis
    Gjordis almost 10 years
    Why not yes. I personally like several instances for different targets. Same with other ides
  • Nam G VU
    Nam G VU almost 10 years
    As I said. It's just too costly ^^