Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i click NEW PROJECT in the templates i can't find the c# langue and one time i fixed this problem but then i couldn't find the console application ? i reinstall it many time bust is dose n't work and the developer command prompt dose n't work to so what should i do ?

What I have tried:

insatalling and reinstalling it
Posted
Updated 19-Jan-17 22:19pm
Comments
j snooze 19-Jan-17 17:34pm    
Try this link, it should help you install any templates you're missing.
https://social.msdn.microsoft.com/Forums/en-US/3ea10510-1a9c-4036-9b4b-1d25066c91ad/missing-c-console-template?forum=visualstudiogeneral..

if the link doesn't work basically it tells you to

Open the “Develop Command Prompt for VS2015”.

Type the “cd C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE” and press Enter.

Then type "devenv /installvstemplates" and press Enter.

Assuming you have installed it correctly, the C# language should be easy to find.
From the menu bar: "File"..."New"..."Project"
In the dialog that comes up, look at the left hand side, and open the "Installed" branch, then "Templates". "Visual C#" should be at the top, so open that. Click on the "Windows" branch to highlight it, and a list of available templates should appear in the middle panel.
"Console Application" should be available from that list.
 
Share this answer
 
In the dialog that comes up, look at the left hand side, and open the "Installed" branch, then "Templates". "Visual C#" should be at the top, so open that. Click on the "Windows" branch to highlight it, and a list of available templates should appear in the middle panel.
"Console Application" should be available from that list
 
Share this answer
 
Comments
[no name] 20-Jan-17 7:01am    
Congratulations! You have successfully demonstrated the ability to copy someone else's answer and paste it into a new solution as if it were your own answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900