Console application not found on Visual Studio 2015

I just download the visual studio community to my computer. When I opened vs-2015 and create a new console application project. I can’t find it anywhere under C # we installed templates or any templates.

Thinking about uninstalling and reinstalling, but this is not the first time I uninstall and install it, I installed and uninstalled a little time, but still can’t find the web console application template.

Thank.

enter image description here

+4
source share
2 answers

I had the same problem and I found a solution on another site . Here are the steps you need to complete:

  • Visual Studio . Windows Windows ( "" - ), . , Visual Studio.

  • " ". .

  • :

cd C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE

  1. :

devenv/installvstemplates

, .

VS 2015, (Package), , , . . -, File Directory System.IO . :

CS0234 "" "System.IO" ( ?) MyProject.DNX Core 5.0...

System.IO :

string DataPath = System.IO.Directory.GetCurrentDirectory();

- DNX Core 5.0, ASP. , Console Application (Package) New Project Templates/Visual #/Web.

, , , , , , "CS0234". "" ... ", Console Application (Package), , , , , . " " " /Visual #", , .

" " :

enter image description here

, . , " " , - . , , , "".

, Visual #, New Project, . . , edit.

, , Visual Studio 2015, . , , / Microsoft Visual Studio :

enter image description here

. , ?

+3

, , , Visual Studio 2015 ( ), Blend Visual Studio 2015 - , , , , , Visual Studio 2015. enter image description here

+3

All Articles