VS 2015 Preview missing “ASP.NET 5 Web Application” project type?

前端 未结 8 1012
梦如初夏
梦如初夏 2020-12-16 10:46

In Visual Studio 2015 Preview, I see the following vNext templates in the \"New Project\" window:

\"vNext

8条回答
  •  天涯浪人
    2020-12-16 11:29

    In my case the problem was in the Microsoft .NET Core 1.0.1 VS 2015 Tooling Preview 2 corrupted installation.

    It was performed:

    • install the ASP.NET Project Templates following answer from this post - NO RESULT
    • reinstalling Microsoft Web Developer Tools from the identical SO post - NO RESULT
    • fresh install the IDE using TotalUninstaller tool - NO RESULT
    • repair the Microsoft .NET Core 1.0.1 (see the sketch below) - SOLVED

    Only repair .NET Core 1.0.1 finally solved the problem!

提交回复
热议问题