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

前端 未结 8 1029
梦如初夏
梦如初夏 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:18

    I was having the same problem, except that unlike the accepted answer suggests, the ASP.NET Web Application was not on the list of templates at all.

    I was able to get it to show up after following the instructions from this article.

    1. From Visual Studio 2015: Tools -> Extensions and Updates
    2. Select Online then click Visual Studio Gallery
    3. Search for ASP.NET Project Templates and download the first result.
    4. Go through installation process, relaunch Visual Studio, and Web Application should now be an option!

    Alternately, you can download the templates directly here.

    I believe this download actually is meant to install some other templates that I wasn't interested in, but installing them must have also installed the base template in the process. Either way, it worked for me.

提交回复
热议问题